Click to See Complete Forum and Search --> : no scroll bar...


TigerSwift
07-13-2004, 12:41 PM
Heya all, quite new here... anyway, on my website when a user clicks on a letter of the dictionary a new small window pops up that cannot be resized and does have have tool bars and such, the problem is, there is no scroll bar at the side so the user can only see some of the text, does anyone know what is wrong with the code i am using?:

<a href="#"onClick="window.open('http://www.thewiccantree.co.uk/dictionary/a.htm','opened_1','location,height=375,width=500,menubar=no,resizable=no,toolbar=no,directories=no,s tatus=no');" class='verdana140FFFFFFt' color='black'>A</a>

thankyou xXx

andyshep
07-13-2004, 01:04 PM
try adding this..


<a href="#"onClick="window.open('http://www.thewiccantree.co.uk/dictionary/a.htm','opened_1','location,height=375,width=500,menubar=no,resizable=no,toolbar=no,directories=no,s tatus=no,scrollbars=yes');"class='verdana140FFFFFFt'color='black'>A</a>

andy

TigerSwift
07-13-2004, 02:14 PM
thankyou!!!

i tried scrollbar=yes, but that didn't work, hehe... was not far off.

xXx

steelersfan88
07-13-2004, 10:59 PM
btw, youcan use 0s (no) and 1s (yes) instea dof the yesses and nos.