testing it
function ActionDeterminator()
{
if(document.myform.reason[0].checked == true) {
document.myform.action = ‘http://gilfind.georgiasouthern.edu/vufind/Search/Results’;
}
return true;
}
// –>
GIL Catalog Search
if(document.myform.reason[0].checked == true) {
document.myform.action = ‘http://gilfind.georgiasouthern.edu/vufind/Search/Results’;
}
Last updated: 6/19/2013