MikeBarone
Programmer
I am trying to get the bgcolor to blink red when the button is pressed.
-
Mike
FREE CGI/Perl/JavaScripts
Code:
<FORM><INPUT TYPE="button" NAME="Button" Value="CONTACT US" onClick="document.bgColor='#FF0000'; setTimeout(document.bgColor='#FFFFFF', 5000);"></FORM>
-
Mike
FREE CGI/Perl/JavaScripts