"; echo "

This form is for the Vassar Community only. Please access it via the proxy server.

"; echo ""; }elseif (substr_count($_SERVER['HTTP_USER_AGENT'], "MSIE 6")) { echo ""; echo "

Sorry, this form does not work with Internet Explorer Version 6. Please use a more modern browser.

"; }elseif (substr_count($_SERVER['HTTP_USER_AGENT'], "MSIE 7")) { echo ""; echo "

Sorry, this form does not work with Internet Explorer Version 7. Please use a more modern browser.

"; //}elseif (substr_count($_SERVER['HTTP_USER_AGENT'], "Firefox/2")) { // echo ""; // echo "

Sorry, this form does not work with FireFox Version 2. // Please use a more modern browser.

"; }else{ //the whole page is under this else require_once("dbaccess.php"); //($_GET['format']=='BOOK') ? ("selected='selected'") : ("") $bookselected = ""; $dvdselected = ""; $otheselected = ""; $noneselected = ""; if($_GET['format']=='Book'){ $bookselected = "selected='selected'"; } elseif($_GET['format']=='DVD'){ $dvdselected = "selected='selected'"; } elseif($_GET['format']=='Other'){ $otherselected = "selected='selected'"; } else{ $noneselected = "selected='selected'"; } ?>