Question: Build a web application based on JSP and In it build a login form meeting the following requirement. Verify all the inputs from the login

Build a web application based on JSP and In it build a login form meeting the following requirement. Verify all the inputs from the login page. If the input value is not allowed you will give a message to the user. E.g.username : the sequence of a-z, A-Z , _, - password : the sequence of digitslogin button Build a register form meeting the requirements as follows: Verify all the inputs from the login page. If the input value is not allowed you will give a message to the user. E.g.(1)Username : the sequence of a-z, A-Z , _, - (format verification required) (2)Password: the sequence of digits (format verification required) (3)Confirm Password: the sequence of digits . Only if the user input the same sequence of digits as password1. (format verification required) (4)Birthday: the format is as yyyy-mm-dd (format verification required) type in the date or use a date picker plugin (5)Gender: the form provides with two radio elements in one group. (6)grade: the form provides with a select element which has four options: freshman, sophomore, junior, senior (7)major: a select element (8)class: a select element (9) email: (format verification required) (10)hobbies: the form provides with some checkbox elements in one group Two buttons: one is Register, the other is Cancel And in it also build a table that hold the following columns: id, name, password, birthday, gender

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock 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 Databases Questions!