I have an asp page creating a form for a user to change their login password (changepassword.asp).
After entering the current password and the new password twice, I want the submit button to validate the password for our requirements before submitting the data to the processing page (updatepassword.asp).
When I click the button on changepassword.asp, nothing happens.
Am I incorrectly setting up the validation?
ASP CODE in attached file: