V
vinceg
I have a site in which pages are forced to a specific sized browser window
using 'window.resize(600,500)' in a script. The script executes on load of
the page.
Is there any way to get rid of the menus and toolbars, etc, at the same time?
I don't want to do it by using a pop-up script in a calling page. I want to
open the 'menu-less' window using only code in the page that is being opened.
Thanks in advance for any help
using 'window.resize(600,500)' in a script. The script executes on load of
the page.
Is there any way to get rid of the menus and toolbars, etc, at the same time?
I don't want to do it by using a pop-up script in a calling page. I want to
open the 'menu-less' window using only code in the page that is being opened.
Thanks in advance for any help