return false;
}
else if (obj_type == "SINGLE_VALUE_RADIO" || obj_type == "SINGLE_VALUE_CHECKBOX")
{
if (obj.checked)
return true;
else
return false;
}
else if (obj_type == "RADIO" || obj_type == "CHECKBOX")
{
for (i=0; i < obj.length; i++)
{
if (obj[i].checked)
return true;
}
return false;
}
}
function _CF_checkcontact(_CF_this)
{
if (!_CF_hasValue(_CF_this.fname, "TEXT" ))
{
if (!_CF_onError(_CF_this, _CF_this.fname, _CF_this.fname.value, "Please enter your First Name"))
{
return false;
}
}
if (!_CF_hasValue(_CF_this.lname, "TEXT" ))
{
if (!_CF_onError(_CF_this, _CF_this.lname, _CF_this.lname.value, "Please enter your Last Name"))
{
return false;
}
}
if (!_CF_hasValue(_CF_this.email, "TEXT" ))
{
if (!_CF_onError(_CF_this, _CF_this.email, _CF_this.email.value, "Please enter your Email Address"))
{
return false;
}
}
return true;
}
//-->
 |
 |
To contact Stock the Pond, please fill out the information below and we will reply as soon as possible!
|
 |
 |
|