PDA

View Full Version : javascriptreq.- open maximized window



quant
Oct 22nd, 2001, 02:13 PM
Hi,
I'm looking for a javascript, which would open new maximized (not fullscreen) window or resize onload the actual window to maximum. The script should work for the most common browsers but especially for IE3 and earlier versions of netscape. Please help me to get this script, I really really need it.
Thanks for your help and see ya
Quant

Eladesor
Oct 22nd, 2001, 06:28 PM
This might help :)

http://www.streak.demon.co.uk/pop_up_window.htm

Eladesor.

quant
Oct 23rd, 2001, 01:12 AM
I'm affraid, that's not exactly what I had in mind... Maximize-window-function is not included... Other suggestions :)

Tommy
Oct 23rd, 2001, 02:21 AM
When setting the size of a window, you use

'window=500, height=400'

within the function. Try 100%, dunno if it works or not.