Friday, November 4, 2011

EMail Validation using javascript (not null and format validation)

Javascript validation of email

function ValidateEmail() {
if (!(document.getElementById("userId").value.length == 0)&& (/^\w+([\.-]?\w+)*@\w+([\.-]?\w+)*(\.\w{2,3})+$/.test(document.getElementById("userId").value))) {
alert(document.getElementById("userId").value);
return true;
} else {
alert('Please enter valid Email ID');
document.getElementById("userId").focus();
myform.reset();
return false;
}
return false;
}

Saturday, July 5, 2008

Funny Visual Joke...

Wanna know the real use of markers...?

*


*


*


*



Have fun and keep smiling!

We hope our jokes, funny pictures and other cool stuff made you happy and our aim is to make this place an entertainment heaven where you get all sorts of entertainment under one roof. Please write to us at charliechaplinis@gmail.com and help us improve.