Results 1 to 3 of 3

Thread: Setting window parameters on loading

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Nov 1999
    Posts
    266
    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

  2. #2
    Frenzied Member monte96's Avatar
    Join Date
    Sep 2000
    Location
    Somewhere in AZ
    Posts
    1,379
    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..

  3. #3

    Thread Starter
    Hyperactive Member
    Join Date
    Nov 1999
    Posts
    266
    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
  •  



Click Here to Expand Forum to Full Width