Archive

Archive for June 5, 2009

A simple Email Validation Form

June 5, 2009 3 comments

Here i use Javascripts And HTML.

Here The JavaScript Functionemail1 Which one is used for Validation.

function checkEmail(myForm) {
if (/^\w+([\.-]?\w+)*@\w+([\.-]?\w+)*(\.\w{2,3})+$/.test(myForm.emailAddr.value)){
return (true)
}
alert(“Invalid E-mail Address! Please re-enter.”)
return (false) }


email2

***You Can Download This Code In My Download Center…(Box)..

Follow

Get every new post delivered to your Inbox.

Join 3,557 other followers

%d bloggers like this: