Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Build a form with two input elements and at least one button One input element is to get user's name The other input element is

image text in transcribed
Build a form with two input elements and at least one button One input element is to get user's name The other input element is to get user's password Build a table that holds the following columns: id, name, password, birthday, gender Build a login 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. "username" : the sequence of a-z, A-Z the sequence of digits "password": login" 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 o-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 "ywyy-mm-dd" (format erification 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 as four options: freshman, sophomore, junior, senior 7)'major": d 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

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored 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

Recommended Textbook for

Database Marketing The Ultimate Marketing Tool

Authors: Edward L. Nash

1st Edition

0070460639, 978-0070460638

More Books

Students also viewed these Databases questions