Question: consider the following HTML code: Username: Password: Update the above from and write JavaScript to implement the following constrains: 1. Username and Password fields
consider the following HTML code: Username: Password: Update the above from and write JavaScript to implement the following constrains: 1. Username and Password fields are required fields. 2. Username field must not contain any spaces. 3. Password field must be at least 8 letters in length and contain at least one of the following characters (@,S,#%}. 4. The query string should not appear in the browsers URL.
Step by Step Solution
3.41 Rating (170 Votes )
There are 3 Steps involved in it
Note The code that I have provided to you b... View full answer
Get step-by-step solutions from verified subject matter experts
