Question: MAKE SURE THIS WORKS ON INTELIJ Java 3 Build an index.html or index.jsp HTML page for your ChattBank Web Application. This document should say Welcome

MAKE SURE THIS WORKS ON INTELIJ

Java 3

Build an index.html or index.jsp HTML page for your ChattBank Web Application. This document should say Welcome to ChattBank as well as an image of a Bank Building or some image that represents $$$.

Create a second HTML file, called login.html or login.jsp, that will allow a user to login to your banks Website. Put a Link on the index.html page that will take us to this Login page. This login page should include a Title as well as a Customer ID Textbox and a Password Textbox. Include a submit button (that reads Login) as well as a Reset button (that reads Clear).

JAVASCRIPT for Login page:

Validate that the user typed in something in both textboxes. If either textbox is empty, pop-up a message that tells the user that they must enter a Valid Customer ID and Password.

Validate that the Customer ID is a Number, not a string. Also all Customer IDs are numbers between 3000 and 3999. All 4 digit numbers. Validate that all Customer IDs are numbers between 3000 and 3999.

Build a accountLookup.html or accountLookup.jsp Web-page. This page should have 4 textboxes (AcctNo, CustID, Type and Balance). The web-page should include 2 buttons, a submit button (that reads Lookup) as well as a Reset button (that reads Clear).

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!