Forum Moderators: open

Message Too Old, No Replies

getting rid of toolbars and status bar

Web Browsers

         

domoftheuk

12:49 pm on Jan 15, 2004 (gmt 0)

10+ Year Member



Please help

getting rid of toolbars and status bar

mcavill

1:16 pm on Jan 15, 2004 (gmt 0)

10+ Year Member



hi - if you're talking about launching a new window then this sort of code would do it: <a href="#" onClick="JavaScript:window.open('default.html','myNew','width=150,height=100')">click here</a>

http*//www.devguru.com/Technologies/ecmascript/quickref/win_open.html has more information :)

If you're talking about getting rid of them on the existing window I'm not sure...

HTH

domoftheuk

2:49 pm on Jan 15, 2004 (gmt 0)

10+ Year Member



yeah i was talking about getting rid off the toolbars and status bars in Internet Explorer

Thanks any way mcavill