|
Oznob -> Javascript (3/22/2001 15:24:00)
|
How should the following appear if I want to set the window size to 100% width and height? ----------------------- <head> <script LANGUAGE="JavaScript"> function ShowWindow() { window.open('http://www.mydomain.com/', '', 'scrollbars=yes,toolbar=no,directories=no,menubar=no,status=no,menubar=no,height=480,width=640'); } </script> </head> ------------------------ I tried width=100% and it doesnt work - anyone know the correct syntax? p.s. I dont want fullscreen=yes -- that seems to remove all the menus etc.Thanks in Advance, Oznob
|
|
|
|