PDA

View Full Version : Customizing toolbar on page


simplyblue
09-12-2002, 11:00 AM
Hi,
Is there anyway I can hide the toolbar,menubar,scrollbars of a window on the page itself?

I tried parent.window.toolbar="no"
I know it is not supposed to work, but are there anything similar to this?
Thanks!

beetle
09-12-2002, 01:32 PM
No. I've seen this topic a couple times before and have yet to see somebody offer a solution.

Window elements cannot be dynamically added/removed from the current window. Those features must be determined at the time of window creation.

That I know of.