Click to See Complete Forum and Search --> : changing fullscreen mode to normal mode


Joder
09-16-2003, 03:20 PM
Hi everybody. I'm working with opening a new window using the "fullscreen" mode. I use window.open(... "fullscren") and all is runing perfectly. Then, I want to resize the window and there is no problem using "resizeTo(...)" but I would like to get a smaller window but also a "normal" one (toolbar, statusbar... and so on) and what I get is an ugly square without margins, frames and nothing. Can I change this window mode of any way?

Thanks to everybody!
Joder

AdamBrill
09-16-2003, 05:30 PM
Once the page is open, there is no way to add toolbars, etc. If you want to do that, you would have to close the current window and open another one with the toolbars, etc...