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)
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.