
February 7th, 2000, 02:13 PM
|
|
Contributing User
|
|
Join Date: Oct 1999
Posts: 84
Time spent in forums: 5 m 28 sec
Reputation Power: 14
|
|
|
Well this is about as close as you're gonna get.
window.open("yourpage.html","","resizable=yes,toolbar=yes,scrollbars=yes,menubar=no,status=no,directories=no");
To make it fullscreen from here you will need to detect the users screen width and height and then use those values to set the width and height of the new window using:
width=widthvariable
height=heightvariable
added in your settings for the window.open command
Spookster
|