Get the News via Email

Get the News via Email
searchlight 
January 31, 2004
function Vailidate(New) { if (New.fname.value == "") { alert("First Name is required !"); New.fname.focus(); return (false); } if (New.lname.value == ...