nick120
06-16-2005, 02:46 PM
function CheckOther() {
if (document.REG.PHYSICIAN.selectedIndex==7) {
document.REG.OTHERNAME.value=prompt("Enter name of physician", "Name");
}
document.REG.ACT.focus();
}
if (document.REG.PHYSICIAN.selectedIndex==7) {
document.REG.OTHERNAME.value=prompt("Enter name of physician", "Name");
}
document.REG.ACT.focus();
}