Wrox Home  
Search P2P Archive for: Go

  Return to Index  

javascript thread: Stopping 3rd party toolbars when using window.open


Message #1 by Julian Voelcker <asp@t...> on Wed, 19 Feb 2003 13:12:56 GMT
For me, in IE 6, this works  fine (and I also have the Google toolbar):

window.open("http://www.sf.se", "",
"left=3D200,top=3D200,width=3D200,height=3D200,toolbar=3D0");


/Robert



-----Original Message-----
From: Julian Voelcker [mailto:asp@t...]
Sent: den 21 februari 2003 11:17
To: javascript
Subject: [javascript] Re: Stopping 3rd party toolbars when using
window.op en


Hi,

> Is this Google toolbar a part of standard toolbar ?  If yes, I think
> you could turn it off using "toolbar=3D0" when you open the window.

Unfortunately it is an extra toolbar so the 'toolbar=3D0' has no affect.

Cheers,

Julian Voelcker
The Virtual World (UK) Limited
Cirencester, United Kingdom




  Return to Index