PDA

View Full Version : full screen


Bluemonkey
09-16-2002, 11:36 AM
can you have a button make the current window fullscreen
i need a button to do the function of the F11 button in IE

?? i.e
<a href="javascript.window.extrelan.fullscreen">fullscreen</a>

glenngv
09-16-2002, 11:45 AM
you cannot make the current window fullscreen but a new window:
window.open("URLhere","","fullscreen")