I am attempting to write JavaScript for form validation on a form I have created . I have 2 x examples of the JavaScript I would like to use at my home page (see URL) Refer to "Project 03". Please give me your feedback on why these are not working? Also, take into account that I will be needing to write JavaScript for the entire form (checkboxes, radio buttons, dropdown options etc,) I want to go with a JavaScript style that allows me to enhance (numeric, alpha, email, max/min length etc) as I learn.
Also I am not sure why the 'Submit' button on the form is not making the usual click sound?

Comment