Removing the taskbar

cecilthecat

Active member
UKGSer Subscriber
Joined
Jun 14, 2002
Messages
439
Reaction score
0
Location
Watford
Does any one know how to write HTML pages where the address bar is not shown ?
 
Yes... click the link above that says Shop.... everything can be removed if you want
 
HE HE HE

No really I'm half way through a piece of Uni coursework and I need to know.
 
By placing the following code within the body tags, by clicking on the link opens a window with various options removed. It's not dificult to work out what to alter to have the desired effect:-

<a href="javascript:void(window.open('http://www.ukgser.com/indx.htm', 'enter', 'Toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,width=800,height =575'))">click me</a>

This example will open the new home page window with no toolbars, no status bar and no menu bar.

Hope this helps, let me know if you need more info :)

Fek, I cant do it here, it keeps parsing the URL's, I'll email it to you
 


Back
Top Bottom