H
How to control onsubmit from VB script
Is it possiable to let form submit only when all validation successful in VB
script?
For example, I have the function "ValidateContactForm()" to do the form
validation. I only want to submit form when the function return true. I
know it is possiable fron Java Script -- onsubmit="return
ValidateContactForm();"
But I don;t know how to do that from VB Script?
Please help!
Thanks,
script?
For example, I have the function "ValidateContactForm()" to do the form
validation. I only want to submit form when the function return true. I
know it is possiable fron Java Script -- onsubmit="return
ValidateContactForm();"
But I don;t know how to do that from VB Script?
Please help!
Thanks,