Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

1 1 1 5 ? 2 2 , 3 : 5 7 PM Midterm Exam Question 4 Not yet answered Marked out of 8 .

1115?22,3:57 PM
Midterm Exam
Question 4
Not yet answered
Marked out of 8.00
Complete the code such that it validates the inputs on form submit as follows:
The name can not be empty and must contain only alphabets
The password is at least 8 characters with capital, lowercase and number
If the above restrictions are satisfied, the user will be redirected to the next page, otherwise, the function returns false and an error alert message will be displayed.
ralidate_inputs 0
("Name can't be blank");
jelse if(name.match )=(,{8})==(**?[a-z]
("Name must contain only alphabets");
} else if (password.mat
= null
image text in transcribed

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access with AI-Powered Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Students also viewed these Databases questions