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_checkform(_CF_this) { if (!_CF_hasValue(_CF_this.firstName, "TEXT" )) { if (!_CF_onError(_CF_this, _CF_this.firstName, _CF_this.firstName.value, "You must provide your first name.")) { return false; } } if (!_CF_hasValue(_CF_this.lastName, "TEXT" )) { if (!_CF_onError(_CF_this, _CF_this.lastName, _CF_this.lastName.value, "You must provide 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 a valid email address!")) { return false; } } if (!testbox(_CF_this, _CF_this.email, _CF_this.email.value)) { if (!_CF_onError(_CF_this, _CF_this.email, _CF_this.email.value, "Please enter a valid email address!")) { return false; } } if (!_CF_hasValue(_CF_this.date, "TEXT" )) { if (!_CF_onError(_CF_this, _CF_this.date, _CF_this.date.value, "Please provide today's date.")) { return false; } } if (!_CF_hasValue(_CF_this.location, "TEXT" )) { if (!_CF_onError(_CF_this, _CF_this.location, _CF_this.location.value, "You must the physical location of the computer or printer.")) { return false; } } if (!_CF_hasValue(_CF_this.compName, "TEXT" )) { if (!_CF_onError(_CF_this, _CF_this.compName, _CF_this.compName.value, "You must provide name of the computer (on the monitor).")) { return false; } } return true; } //-->
Southwestern Logo

To report a Multimedia equipment problem on campus please use the following form.

 

First Name

Last Name

E-mail Address

MUST be a VALID email address. Do not put in multiple addresses.

Date

Location of the Computer

Computer Name

Please describe the problem with the computer or printer.