|
Up to 41% ..and Do You Know Why?
function checkSub(){ if (document.signup.email.value.indexOf('@', 0) == -1) { alert("Please fill in your valid Email address.\nYour email should be in the following format: email@address.com") document.signup.email.focus() return false} if (document.signup.fname.value == "") { alert("Please fill in your First name.") document.signup.fname.focus() return false} }
|
| [Close It] |