|
-
Feb 13th, 2001, 02:36 PM
#1
can't figure out why the #&@ this doesn't work:
if (!(frmMan.chkDis.checked))
{
alert("Please indicate a Discipline.");
frmMan.chkDis(0).focus();
return false;
}
else
{
return true;
}
Any help would be greatly appreciated!!
whether the radios are selected or not it performs the if and not the else.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|