hwg-languages archives | Aug 2000 | new search | results | previous | next |
Re: JavaScript Scroll Barsby "Cindy Stanley, SSS WebWorks" <stanleysupport(at)prodigy.net> |
|
From: David Andrew <davida51(at)swbell.net> >I have a JavaScript Pop Up window that does not show the horizontal >scroll bar. >function openAppendixA() >{ > windowAppendixA = window.open('AppendixA.htm', 'AppendixAWin', >'toolbar=no,location=no,scrollbars=yes,width=500,height=400,left='+leftPos+ ',top=0' >} Is the width of the popup content smaller than 500? If so, reduce the width in your script. Also, it might help to add resizable=yes or resizable=0 (a shot in the dark). -- Cindy K. Stanley, SSS Stanley Support Service
HWG: hwg-languages mailing list archives, maintained by Webmasters @ IWA