[thelist] Scrolling bars in NS 6.2

Paul Backhouse paul.backhouse at 2cs.com
Thu Mar 21 05:50:00 CST 2002


The sheer stupidity that I am feeling now is Unbelieveable - how, I mean HOW
did I miss that!?

muchos grassias!

paul

-----Original Message-----
>I'm using the following function to open a pop window in kiosk mode in IE
>and and NS 6 a normal popup window - unforntunately in NS 6 it will not add
>a scrollbar to the window - I haven't been able to re-jig the code and get
>it work - and one got any ideas?
>
>CODE:
>
><Script language="javascript">
><!--
>function launch(url,wid,hei)
>{
>   features = 'fullscreen,width=' + wid + ',height=' + hei;

features = 'fullscreen,width=' + wid + ',height=' + hei + ',scrollbars=yes';


ppk





More information about the thelist mailing list