validation code java script
Posted: Fri May 30, 2008 3:24 am
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()
{
}
onSubmit="return validate_user()"
but smhow the execution does not go inside the validate_user()
function validate_user()
{
}