![]() |
|
|
|
|
|
|
|
" && prsVal != ""))
{
alert("Please enter a value not equal to \"\" and not equal to \"\" in the \"Zip or Postal Code\" field.");
theForm.Contact_Zip_Code.focus();
return (false);
}
if (theForm.Contact_WorkPhone.value == "")
{
alert("Please enter a value for the \"Phone Number\" field.");
theForm.Contact_WorkPhone.focus();
return (false);
}
if (theForm.Contact_WorkPhone.value.length < 1)
{
alert("Please enter at least 1 characters in the \"Phone Number\" field.");
theForm.Contact_WorkPhone.focus();
return (false);
}
if (theForm.Contact_WorkPhone.value.length > 25)
{
alert("Please enter at most 25 characters in the \"Phone Number\" field.");
theForm.Contact_WorkPhone.focus();
return (false);
}
if (theForm.Email.value == "")
{
alert("Please enter a value for the \"E-mail Address\" field.");
theForm.Email.focus();
return (false);
}
if (theForm.Email.value.length < 1)
{
alert("Please enter at least 1 characters in the \"E-mail Address\" field.");
theForm.Email.focus();
return (false);
}
if (theForm.Email.value.length > 60)
{
alert("Please enter at most 60 characters in the \"E-mail Address\" field.");
theForm.Email.focus();
return (false);
}
if (theForm.Email2.value == "")
{
alert("Please enter a value for the \"E-mail Address Confirm\" field.");
theForm.Email2.focus();
return (false);
}
if (theForm.Email2.value.length < 1)
{
alert("Please enter at least 1 characters in the \"E-mail Address Confirm\" field.");
theForm.Email2.focus();
return (false);
}
if (theForm.Email2.value.length > 60)
{
alert("Please enter at most 60 characters in the \"E-mail Address Confirm\" field.");
theForm.Email2.focus();
return (false);
}
var chkVal = theForm.Email2.value;
var prsVal = chkVal;
if (chkVal != "" && !(prsVal != "" && prsVal != ""))
{
alert("Please enter a value not equal to \"\" and not equal to \"\" in the \"E-mail Address Confirm\" field.");
theForm.Email2.focus();
return (false);
}
if (theForm.WaterType.selectedIndex == 0)
{
alert("The first \"Type of Water\" option is not a valid selection. Please choose one of the other options.");
theForm.WaterType.focus();
return (false);
}
if (theForm.Found_Site.value.length > 50)
{
alert("Please enter at most 50 characters in the \"Found Us\" field.");
theForm.Found_Site.focus();
return (false);
}
var chkVal = theForm.Found_Site.value;
var prsVal = chkVal;
if (chkVal != "" && !(prsVal != "" && prsVal != ""))
{
alert("Please enter a value not equal to \"\" and not equal to \"\" in the \"Found Us\" field.");
theForm.Found_Site.focus();
return (false);
}
if (theForm.Question_Comment.value.length > 400)
{
alert("Please enter at most 400 characters in the \"Question or Comment area\" field.");
theForm.Question_Comment.focus();
return (false);
}
return (true);
}
//-->
Contact Information:
|
|
|
| Home |
Products |
Pretreatment |
Ozone Generating Systems |
Packaging Equipment |
Blow Molding Equipment |
About Norland Intl, Inc. | The Bottled Water Business |
Engineering Services |
Frequently Asked Questions (FAQ) |
Articles of interest |
News |
Contact Us Copyright © . Norland Int'l Inc. All rights reserved. Web Site Design and Hosting by SR Web Creators |