Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Javascript > Hiding toolbar in IE

Reply
Thread Tools

Hiding toolbar in IE

 
 
KublaiKhan
Guest
Posts: n/a
 
      11-19-2004
The following code

<head>
<script language="Javascript">;
self.toolbar.visible=false;
</script>
</head>
....

does indeed hide the toolbar in the current window in Mozilla but not
in IE6. How do I get it working in IE?
TIA

KK
 
Reply With Quote
 
 
 
 
Randy Webb
Guest
Posts: n/a
 
      11-19-2004
KublaiKhan wrote:

> The following code
>
> <head>
> <script language="Javascript">;
> self.toolbar.visible=false;
> </script>
> </head>
> ....
>
> does indeed hide the toolbar in the current window in Mozilla


Not in mine it doesn't.

> but not in IE6. How do I get it working in IE?


You don't.

--
Randy
comp.lang.javascript FAQ - http://jibbering.com/faq
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Script for Hiding/Un-Hiding Text On Click Ste Javascript 41 08-01-2007 02:35 PM
Hiding browser's menu and toolbar Andy Lim ASP .Net 3 01-19-2007 02:24 AM
hiding browser toolbar and menubar Jho ASP .Net 8 12-31-2003 03:38 PM
Hiding the toolbar, menubar, etc? Code Monkee HTML 19 07-18-2003 04:51 AM
Re: Hiding the toolbar, menubar, etc? Talc Ta Matt HTML 2 07-16-2003 05:04 AM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57