Wrox Home  
Search P2P Archive for: Go

  Return to Index  

javascript thread: customizing internet explorer


Message #1 by "arun" <arun@l...> on Thu, 7 Feb 2002 10:18:04 +0530
This message is in MIME format. Since your mail reader does not understand
this format, some or all of this message may not be legible.

------_=_NextPart_001_01C1B8A2.BAE0C530
Content-Type: text/plain;
	charset="iso-8859-1"

if you use window.open(......), the 3rd parameter can be used to define
a few things, like menubar=yes(no),toolbars=yes(no),
e.g.
window.open("theNewPage", "pagename", "toolbars=no,
menubar=yes,scrollbars=no")

-----Original Message-----
From: arun [mailto:arun@l...]
Sent: Wednesday, February 06, 2002 8:48 PM
To: javascript
Subject: [javascript] customizing internet explorer


hi,
 
Does javascript support to customize internet explorer?
Like disabling toolbar,menu items, adding new buttons....
 
 
arun



  Return to Index