• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Please help with an HTML problem

groov

Member
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
 
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.
 
Back
Top