Forum Moderators: open

Message Too Old, No Replies

Maximum window

         

dougie

2:05 pm on Jan 19, 2004 (gmt 0)

10+ Year Member



Hi all,

Not looking for the wrongs and rights of this, but could anyone please let me know what would be the complete code for opening a new window at the full width and height of their screen.

Any help appreciated.

BlobFisk

2:15 pm on Jan 19, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Using the window.open method, use the x and y points as 0. Then determine the screenWidth and screenHeight and use these values as the width and height of your new page.

HTH