form validation
form validation
Out of context: Reply #7
- Started
- Last post
- 8 Responses
- cosmo0
try that. I hate javascripts to be honest. Just hate them.
if (document.form.SA_sex.checked != true) {
missinginfo += "\n - What sex are you?";
}
else
{
//do watever here.
}