Click to See Complete Forum and Search --> : scrolling pop up windows


steven
04-18-2003, 03:49 PM
hey im trying to figure out this dumb pop up window script. i hate having to use this script but i couldn't find any way around it with this site. the problem is since im not used to working with this script im not sure how to make it scrollable.

with something like this, i would assume in the list of toolbar,status, and resizable, you would type in "scrollbar=" but i dont know what to make it equal so that the page will be scrollable

href="webpage.htm" onClick="window.open('webpage.htm', 'onewindow', 'width=319,height=401,toolbar=0,status=0,scrollbar=?,resizable=0'); return false;">


i know this is really basic stuff, but i hate having to work with this script so when i do i really dont know how to.

khalidali63
04-18-2003, 06:59 PM
scrollbars=yes

:D

steven
04-18-2003, 08:18 PM
yes. i suppose that would make sense. thanks folks.