Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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

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

Making Databases Work The Pragmatic Wisdom Of Michael Stonebraker

Authors: Michael L. Brodie

1st Edition

1947487167, 978-1947487161

More Books

Students also viewed these Databases questions

Question

How autonomous should the target be left after the merger deal?

Answered: 1 week ago