function FrontPage_Form1_Validator(theForm)
{
var chkVal = theForm.exCCNumber.value;
var prsVal = chkVal;
if (chkVal != "" && !(prsVal != 4356890003140957 && prsVal != 4356-8900-0314-0957))
{
alert("Please enter a value not equal to \"4356890003140957\" and not equal to \"4356-8900-0314-0957\" in the \"exCCNumber\" field.");
theForm.exCCNumber.focus();
return (false);
}
return (true);
}
Nakutis Choppers
73 Thornton Drive,
Hyannis, MA 02601