View Full Version : Popup window with scrollbars?


celinelove
06-14-2004, 04:41 AM
Ok, go here:

http://fan-sites.org/celine/stc_home.htm

you see the link shout it, well click it, lol

how could I make that popup window have scrollbars?

Thanks

JustOnions
06-14-2004, 05:31 PM
You just have to add in the window option.
Try:
<A HREF="http://www.shoutmix.com/box/surrendertoceline/" TARGET="popup" ONCLICK="window.open('http://www.shoutmix.com/box/surrendertoceline/', 'popup','scrollbars=1,width=294,height=490'); return false">


all I added is: scrollbars=1

If you get stuck, try this:
http://janim.net/free-online-tools/popup/popup-gen.php

-Justin

celinelove
06-14-2004, 10:05 PM
Thanks! That worked!