|
-
Oct 5th, 2000, 08:06 AM
#1
Thread Starter
Hyperactive Member
Hi all,
How does one disable the menus,toolbar and status bar of a window when the window is loaded. I would like to do these in the OnLoad event of the window.
Thanks in advance
-
Oct 5th, 2000, 09:36 AM
#2
Frenzied Member
I think you can only do this in IE when opening a new window like this:
Code:
window.open("MyASPPage.asp", "", "status=no,toolbar=no,menubar=no")
This would open a new window to display the page and already have the features turned off by default.
oOOo--oOOo
__ /\/\onte96
oOOo--oOOo
Senior Programmer/Analyst
MCP
[email protected]
[email protected]
Your results may vary.. some restrictions may apply.. pricing and participation may vary.. not available in all states.. professional driver closed course..quantities limited..
-
Oct 5th, 2000, 12:20 PM
#3
Thread Starter
Hyperactive Member
Hi monte96,
Thanks for the reply. Actually the window.open works fine in Netscape too. However I am trying to disable the menu and toolbars in the OnLoad event of the window i.e after the window is opened not in the call to the window open.
Any ideas suggestions
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|