Wrox Home  
Search P2P Archive for: Go

  Return to Index  

javascript thread: window.open question


Message #1 by "Pat Waddington" <paw@s...> on Tue, 8 May 2001 23:37:41 +0100
try this:

var NewWin = window.open("YourPage.htm", "YourPage","toolbar=no,
width=300px, height=400px, resizable=yes, scrollbars=yes")


-----Original Message-----
From: Pat Waddington [mailto:paw@s...]
Sent: Tuesday, May 08, 2001 6:38 PM
To: javascript
Subject: [javascript] window.open question


Hi all,

I want to open a new window without a toolbar (i.e. effectively disabling
the Back and Forward buttons) but retaining the vertical scrollbars which
are essential. I have tried all sorts of variations on the windows.open
arguments but I still can't get the scrollbars to appear on the new window.

Can anyone tell me the correct syntax please?

Thank you
Pat

  Return to Index