Get the News via Email
January 31, 2004
Get the News via Email !
function Vailidate(New)
{
if (New.fname.value == "")
{
alert("First Name is required !");
New.fname.focus();
return (false);
}
if (New.lname.value == "")
{
alert("Last Name is required !");
New.lname.focus();
return (false);
}
if (New.email.value == "")
{
alert("Email is required !");
New.email.focus();
return (false);
}
}
Submit your information here and receive the news online every week.