Form validation?
Form validation?
Out of context: Reply #6
- Started
- Last post
- 12 Responses
- ETM0
So I'll assume you mean in javascript since you didn;t say.
if (frm.insertboxname.checked == false) {
alert ('** Error message **');
return false;
}
So I'll assume you mean in javascript since you didn;t say.
if (frm.insertboxname.checked == false) {
alert ('** Error message **');
return false;
}