Forum Moderators: open

Message Too Old, No Replies

Full Screen and Auto Close

Full Screen and Auto Close

         

cdogg2000

7:01 pm on Oct 23, 2003 (gmt 0)



I need some help envoking a full screen script into a web page that does exactly this;

causes that very window the website is typed into to go full screen removing all of the bars so that only the webpage is viewable, or have the browser open up another window that goes fullscreen with the website anyway BUT the original browser that the link was typed into auto closes WITHOUT the warning letting it be known that it will close.

The reason for this is that it is a project that I'm doing and is going to be used in many experiments as the class finds it much easier and feels more creative using html, so it kinda has to seem like it's running as it's own app.

Anyone have any ideas or need a better description of what I'm looking for?

Thanks

Sinner_G

6:37 am on Oct 24, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



AFAIK, that is not possible. You can either have the current window maximise using window.resizeTo(x,y) or open a new window full screen without bars. In the second case, you can't have the original window close without alert.