Prezhi0usGurL
03-21-2003, 02:31 AM
Ok.. i did the pop-up window thingy on lissa's site.. and it worked! but i tried everything so that the window scrolls.. but everytime to change the scrollbars to auto.. it still doesnt scroll.. is there a way that i could make it scroll???
here's the code:
<input type="button" Value="yournamehere" style="font-family:yourfontname" style="background:#yourcolorcode" ONCLICK="window.open('yoururlhere.html', 'Sample', 'toolbar=no,location=no,directories=no,status=no,m enubar=no,scrollbars=no,resizable=no,copyhistory=y es,width=500,height=500')">
here's how i modified it:
<center><input type="button" Value="all i have" style="font-family:trebuchet ms;font-size:8pt" style="background:#FFA8C7" ONCLICK="window.open('songs1.html', 'Sample','scrollbars=auto width=500,height=400')">
here's the code:
<input type="button" Value="yournamehere" style="font-family:yourfontname" style="background:#yourcolorcode" ONCLICK="window.open('yoururlhere.html', 'Sample', 'toolbar=no,location=no,directories=no,status=no,m enubar=no,scrollbars=no,resizable=no,copyhistory=y es,width=500,height=500')">
here's how i modified it:
<center><input type="button" Value="all i have" style="font-family:trebuchet ms;font-size:8pt" style="background:#FFA8C7" ONCLICK="window.open('songs1.html', 'Sample','scrollbars=auto width=500,height=400')">