aspmonster
IS-IT--Management
How do I validate a drop down option box.
Right now..I use this for all my fields..but thats not correct. this one checks for blank fields...
Help....
if (document.frmAdd.Department.value == "" {
alert("You must enter Employee's Department or Team Name!"
return false;
}
Right now..I use this for all my fields..but thats not correct. this one checks for blank fields...
Help....
if (document.frmAdd.Department.value == "" {
alert("You must enter Employee's Department or Team Name!"
return false;
}