[thelist] 'scrollbars=auto' not working as expected

Jon Hall jonhall at ozline.net
Thu Mar 7 15:50:01 CST 2002


Here is my popup snippet...never failed me :)

window.open('pagename','popup',
config='height=250,width=250,screenX=100,screenY=100,top=100,left=100,resiza
ble=yes,menubar=yes, scrollbars=yes')

jon
----- Original Message -----
From: "Bill Haenel" <bill at webmarketingworx.com>
To: <thelist at lists.evolt.org>
Sent: Thursday, March 07, 2002 12:06 PM
Subject: [thelist] 'scrollbars=auto' not working as expected


> This seems very basic, but I'm stumped. Any idea why 'scrollbars=auto'
might
> not work in the following js/html? 'scrollbars=yes' works just fine.
Results
> have been tested in IE5.0, 5.5, and NN4.76.
>
> the JavaScript:
>
> function newWindow(file,window,options) {
>     msgWindow=open(file,window,options);
>     if (msgWindow.opener == null) msgWindow.opener = self;
> }
>
>
> the HTML:
>
>
onClick="newWindow('page.html','pagename','width=450,height=250,scrollbars=a
> uto');"
>
>
> BH
>
> --
> For unsubscribe and other options, including
> the Tip Harvester and archive of thelist go to:
> http://lists.evolt.org Workers of the Web, evolt !




More information about the thelist mailing list