Click to See Complete Forum and Search --> : getting rid of toolbars?


isingsilence
09-19-2003, 01:50 AM
I've got a window and I need a code for that window to get rid of the toolbars and menubars. Anyone have one?

Gollum
09-19-2003, 02:19 AM
I don't think you can change a window's features once it is open.

However, if you are creating the window yourself using window.open(), set the toolbar feature to "no", e.g.


window.open(url, name, "toolbar=no");