Home Gardening Guide Link
Home Gardening Guide
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} }
Copyright: all rights reserved
Design by Tree of The Singing Wind Built with SBI - Site Build IT
|