Jul 30, 2003 #1 pbellc Programmer Joined Jun 6, 2003 Messages 36 Location US I have an intranet site that is actually an hta. When it is openedit is small. How can I make it so that when it is opened it is full screen size. Thanks.
I have an intranet site that is actually an hta. When it is openedit is small. How can I make it so that when it is opened it is full screen size. Thanks.
Jul 30, 2003 #2 RISTMO Programmer Joined Nov 16, 2001 Messages 1,259 Location US <body onLoad="self.moveTo(0,0);self.resizeTo(screen.width,screen.height);"> Rick ----------------------------------------------------------- http://www.ristmo.com/ RISTMO Designs http://www.arabchurch.com/ Arab Church http://www.reference-guides.com/ Reference Guides Upvote 0 Downvote
<body onLoad="self.moveTo(0,0);self.resizeTo(screen.width,screen.height);"> Rick ----------------------------------------------------------- http://www.ristmo.com/ RISTMO Designs http://www.arabchurch.com/ Arab Church http://www.reference-guides.com/ Reference Guides