Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Please use HTML5 and JAVASCRIPT You have completed an HTML signup.html in labl. A task of this assignment is validating user inputs for the signup
Please use HTML5 and JAVASCRIPT
You have completed an HTML signup.html in labl. A task of this assignment is validating user inputs for the signup web page by using external JavaScript. We assume all inputs are in English. The validation should satisfy the following requirements 1. Using external JavaScript to do the validation, for example, create a validate_signup.js file. 2. No empty input. All form elements should have an input. If empty input, one alert box only. See image below The following fields must be filled out Email Username Password Password has to be 8 characters long! Confirm password: OK 3. Maximum input characters of "Email" is 60 characters. 4. Maximum input characters of "Username" is 40 characters. 5. "Password" length is 8 characters 6. "Confirm Password" field has to match "Password" field 7. For correct user inputs, show the user inputs in an alert window. Othersiwse, warn the user in an alert window 8. Link your signup.html on the index.html, 9. zip signup.html and validate signup.js, upload on URcourses by 11:55 PMStep by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started