Click to See Complete Forum and Search --> : full window browser script
Robert Andrade
08-27-2003, 06:20 AM
can anybody please help me!
I need to find a script so that my index.html page opens automatic into a full window.
i have tried some java scripts but they open anthoer page on top of the index.html page.
thanks
The closest you could get without opening a new window would be by using resizeTo (http://devedge.netscape.com/library/manuals/2000/javascript/1.3/reference/window.html#1203300) and moveTo (http://devedge.netscape.com/library/manuals/2000/javascript/1.3/reference/window.html#1202631), though I personally would recommend leaving the browser window alone... The users probably have it set how they like/want it.
Determine the size of the clients window and resize the window accordingly.
It is considered impolite to open a users window in a size other than that set by the user. :(