Answered step by step
Verified Expert Solution
Link Copied!

Question

00
1 Approved Answer

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

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