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 

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

1 Expert Approved Answer
Step: 1 Unlock

Note The code that I have provided to you b... View full answer

blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!