Question: Create a web login page. The page should have two fields Login and Password. After clicking on the Login button, the input strings must be
Create a web login page. The page should have two fields "Login" and "Password". After clicking on the "Login" button, the input strings must be sent to the backend and checked with constant values. If they match, then open a new page with the text "Home page", otherwise show a red message about the wrong password. Login check can ignore letters case.(java)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
