Click to See Complete Forum and Search --> : full screen


bill2000
09-12-2003, 07:44 AM
Hi
I would like that when i open my web site it take the full screen without the explorer on top and the bottom part.
I don't want to click on a button i want it to be automatic
ThanKs
BiLL

96turnerri
09-12-2003, 07:58 AM
i no how to open it without status bar, scrollbar, file etc but you will still have the bit at the top (page title - e.g. M/S IE)
you can get it completly full screen but im not sure how will what i said do?

AdamGundry
09-12-2003, 10:43 AM
This is a really bad idea, because it annoys users and will fail in any browser with a popup blocker. If you must do it, use this on your index page:

<body onload="window.open('index1.html', '', 'width=', + screen.width + ',height=' + screen.height + ',fullscreen=1');">

Make sure you add a link to your content in the main window, so users can access it without the popup if necessary.

Adam

96turnerri
09-12-2003, 06:13 PM
i strongly do not recommend doing this full screen as it will annoy users i personally would stick with what you got like everyone else does?

spufi
09-12-2003, 10:34 PM
Let me simplify it for you. If I went to a site that does what you want to do, I don't go back.

96turnerri
09-13-2003, 05:48 AM
well said spufi :D