LindzBeth14
04-30-2003, 08:24 PM
For all of my links I have used a certain hover button but I made one link and wanted it to pop up the window. That worked but it changed my hover button. How do I keep the same hover button but make it a pop up window? You can go
here (http://www32.brinkster.com/redlicorice/fans.htm) to see what I'm talking about. Thanks!
the_dark_one02
05-01-2003, 05:47 PM
can u post your code please
LindzBeth14
05-02-2003, 02:54 AM
The code I used for the hover buttons is:
<form method="link" action="http://URL"> <input type="submit" value="What you want it to say" rows=6 COLS=26 style="font-family:arial" style="border style:solid" style="background:#ff0000" style="color:#000000"></form>
The code I used to open a new window is:
<input type="button" Value="what you want it to say" style="font-family:arial" style="background:#ff0000" ONCLICK="window.open('URL, 'Sample', 'toolbar=no,location=no,directories=no,status=no,m enubar=no,scrollbars=no,resizable=yes,copyhistory= yes,width=500,height=500')">
the_dark_one02
05-02-2003, 02:52 PM
so whats wrong wit the new button? do you mean the border because you sdont have that in your second code
<input type="button" Value="what you want it to say" style="background:#ff0000; font-family:arial; border style:solid; background:#ff0000; color:#000000"
ONCLICK="window.open('URL', 'Sample', 'toolbar=no,location=no,directories=no,status=no,m enubar=no,scrollbars=no,resizable=yes,copyhistory= yes,width=500,height=500')">