danam22315
08-05-2004, 04:34 PM
I am new to HTML, and was wondering if there was any way that when someone goes to my webpage, that I can force the browser to show it FULL PAGE view.
thanks
danam22315
thanks
danam22315
|
Click to See Complete Forum and Search --> : Re:force Full Page danam22315 08-05-2004, 04:34 PM I am new to HTML, and was wondering if there was any way that when someone goes to my webpage, that I can force the browser to show it FULL PAGE view. thanks danam22315 rhsunderground 08-05-2004, 05:35 PM the following works in IE - <script> if (this.name!='fullscreen'){ window.open(location.href,'fullscreen','fullscreen,scrollbars','resize=no') } </script> webdeveloper.com
Copyright Internet.com Inc., All Rights Reserved. |