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