Click to See Complete Forum and Search --> : Changing the current window


anuradha
09-16-2003, 08:21 AM
Hi
When i open my html page, i want the page to open up in a specific size and with no toolbar, no menu bar, no resizable option. I am not opening this html page through a link (in that case, i can use window.open). I open this page directly with the url. I know how to resize the current window (using window.resizeTo method). But i don't know how to disable toolbar,resizable,menubar, status options of the current window. Please help me out.

pyro
09-16-2003, 08:30 AM
You cannot do that, unless you open a new window...