i call the validate function(validate_user) on submit button
onSubmit="return validate_user()"
but smhow the execution does not go inside the validate_user()
function validate_user()
{
}
validation code java script
Moderator: General Moderators
Re: validation code java script
onsubmit must be used in the FORM tag, not in the submit button tag.
There are 10 types of people in this world, those who understand binary and those who don't