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
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started