S1L3NC3
11-26-2003, 07:52 PM
Heres my code for a button that opens a new window:
<input type="button" value=" 2 " onClick="window.open('lyrics2.php', 'lyricswin', 'width=300,height=350,status=yes,resizable=yes');">
I want the new window to have scrollbars, how do i do it? i tried this:
<input type="button" value=" 2 " onClick="window.open('lyrics2.php', 'lyricswin', 'width=300,height=350,status=yes,resizable=yes,scrollbars=yes');">
With no Luck.
Thanks ahead of time.
<input type="button" value=" 2 " onClick="window.open('lyrics2.php', 'lyricswin', 'width=300,height=350,status=yes,resizable=yes');">
I want the new window to have scrollbars, how do i do it? i tried this:
<input type="button" value=" 2 " onClick="window.open('lyrics2.php', 'lyricswin', 'width=300,height=350,status=yes,resizable=yes,scrollbars=yes');">
With no Luck.
Thanks ahead of time.