Back

Email Validate

 


E-mail Address:

This script checks the entered email address.

To configure form script in body tag you will need to define the Action instruction of the form

<form onSubmit="return submitIt(this)" action="mailto:register@yourdomain.com">
<p align="center">E-mail Address:<br>
<input type="text" name="emailAddr" size="20"> </p>
<p align="center">
<input type="submit" value="Submit">
</form>

 

Paste script between the <HEAD></HEAD> tags.


Paste script where needed in the body of the HTML Document.


© Copyright 2009 ashesh.com.np