Please help with an HTML problem

groov

Member
Aug 11, 2000
31
0
0
Sorry if this is the wrong place and maybe even the wrong time .. but i have never seen such a concentration of knowldgeable people so here goes.

I would like to build a page that would upon loading itself remove all the browser menues and toolbars from itself.

I was thinking about something like using a javascript funtion using the unload event handler .. but I don't seem to find any place which exemples of syntax or how to do this.

I would appreciate it if you could point me in the right direction or even if you can give me an exemple of how to do this.

Very much obliged
 

Shazam

Golden Member
Dec 15, 1999
1,136
1
0
This is not possible on all browsers. What you can do is instantiate a new window that doesn't include the things you don't want. I suggest you pick up a Javascript book from a bookstore and look up the "window.open" method.