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

Bill Haenel bill at webmarketingworx.com
Thu Mar 7 11:07:01 CST 2002


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




More information about the thelist mailing list