Yellow | Stress Relief - Music

Mustache's Marvelous Mentions

<FORM ACTION=&quot;../cgi-bin/mycgi.pl&quot;
METHOD=POST
NAME=&quot;myform&quot;>
email: <INPUT NAME=&quot;email&quot;>
<BUTTON NAME=&quot;go&quot; TYPE=&quot;submit&quot;>Go!</BUTTON>
</FORM>

<SCRIPT TYPE=&quot;text/javascript&quot;>
******
function blinker()
{
if (document.forms.myform.go.style.color == 'blue')
document.forms.myform.go.style.color='red';
else
document.forms.myform.go.style.color='blue';
setTimeout('blinker()',500);
}

blinker()

//-->
</SCRIPT>
 
Top