|
|
<BUTTON ...>NAME = "text string"NAMENAME
NAMEgo that has blinking text:
<FORM ACTION="../cgi-bin/mycgi.pl"
METHOD=POST
NAME="myform">
email: <INPUT NAME="email">
<BUTTON NAME="go" TYPE="submit"><STRONG>Go!</STRONG></BUTTON>
</FORM>
<SCRIPT TYPE="text/javascript">
<!--
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>
which gives us
|
Recommended Resources |
|||
| web hosting tutorials Credit Help |
Search the Internet Search Engine Help |
Low Fat Lifestyle Internet Traffic |
Web
Hosting Web Design |
|
Discount
Hotel Reservations All
Rights Reserved, Copyright © Free-HTML-Tutorials.com 2003 |
|||