| |
function checkall(formname,checkname,thestate) {
var el_collection=eval("document.forms."+formname+"."+checkname)
for (c=0;c= 5) {
for (j = 0; j < boxes.length; j++) {
if (boxes[j].value == intCountyID) {
boxes[j].checked = false;
alert("You may only select up to 5 counties to search");
return(false);
}
}
}
intCount++;
}
}
}
|
|
|
|