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.namefirst, "TEXT" ))
{
if (!_CF_onError(_CF_this, _CF_this.namefirst, _CF_this.namefirst.value, "Please enter your FIRST NAME."))
{
return false;
}
}
if (!_CF_hasValue(_CF_this.namelast, "TEXT" ))
{
if (!_CF_onError(_CF_this, _CF_this.namelast, _CF_this.namelast.value, "Please enter your LAST NAME."))
{
return false;
}
}
if (!_CF_hasValue(_CF_this.zip, "TEXT" ))
{
if (!_CF_onError(_CF_this, _CF_this.zip, _CF_this.zip.value, "Please enter your ZIP code."))
{
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."))
{
return false;
}
}
return true;
}
//-->
|
 |
|
Contact Information:
Teen Pregnancy & Prevention Partnership
2433 N. Grand
St. Louis, Missouri 63106
Phone: 314-361-4101
Email:
info@teenpregnancy-stl.org
|
|
 |
We would like to provide you with more information. Please fill out the following form so that we may better understand your needs.
|
|