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_checkContactForm(_CF_this)
{
if (!_CF_hasValue(_CF_this.code, "TEXT" ))
{
if (!_CF_onError(_CF_this, _CF_this.code, _CF_this.code.value, "Please enter the security code 1950 to proceed"))
{
return false;
}
}
return true;
}
//-->
|
|
Contacting the Athletic Department
Please contact us using the form below or by calling our toll free number:
Athletic Department
2700 Christian Parkway
Dallas, Texas 75234-7299
Toll free: 1-800.688.1029
Dallas area: 972.241.3371
Facsimile: 972.241.8021
Fields in bold are required.
|