Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

1 View as TextDownload Exercise 3 Part 1 : Create a Project that checks to see if the user name and password entered in the

1
View as TextDownload
Exercise 3
Part 1:
Create a Project that checks to see if the user name and password entered in the HTML page is correct.
If it is correct, display an HTML page that welcomes the user. If the user name or password is incorrect,
display an HTML page that tells the user they incorrectly logged in.
Part 2:
Modify the login correct page from part 1 to collect student information. We want to know their name,
student id, a list of courses they are taking. Every student must have a name and id, but can have
anywhere from 0 to 4 courses they are registered for (some fields may be empty). These will be text
inputs.
Create 3 checkboxes asking for: co-op, full time student, paid tuition
Print the student information to system.out and return to the same student information page.

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