Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

MAIN GOAL: MEASURE YOUR ABILITY TO WRITE AND RUN EFFECTIVE JAVASCRIPT APPLICATION. . YOU WILL BE ASKED TO IMPLEMENT ONE OF THE FOLLOWING SUGGESTED IDEAS.

image text in transcribed
image text in transcribed
MAIN GOAL: MEASURE YOUR ABILITY TO WRITE AND RUN EFFECTIVE JAVASCRIPT APPLICATION. . YOU WILL BE ASKED TO IMPLEMENT ONE OF THE FOLLOWING SUGGESTED IDEAS. . ALL IDEAS WILL BE EVALUATED BASED ON THE FOLLOWING MEASUREMENTS. 20% 20% 60% HTML PROPER JAVASCRIPT PART EXECUTION PART SUBMISSION APPROACH: o Add your name and your student no. as a comment in each page on the website. o Locate all your project in one folder. o Zip/compress the whole folder. o Upload the zipped file in right place in the Teams assignment. WHAT IS LOGIN/LOGOUT SIMULATION You are asked to implement the behavior of login to a website and then logout from the website. At least you need to create 2 web pages as following: 1. Page 1 is the sign-in page, contains : a. Sign in form: username and password fields, and sign in button. b. If correct username and password entered, you direct the user to the main page, if not, display an error message. c. If the user logged in successfully, he/she should be allowed to logout, which redirect the user again to the login page. 2- Page 2 is the main website, with any basic content, this page must contains logout button. FORM VALIDATION You should restrict data input by using validation rules on: Empty Inputs: username and password cannot be empty Values: password must have at least 8 characters Display a suitable validation message beside each field if it violates the restrictions

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

Fundamentals Of Database Systems

Authors: Ramez Elmasri, Shamkant B. Navathe

7th Edition Global Edition

1292097612, 978-1292097619

More Books

Students also viewed these Databases questions

Question

simplify boolean expression to 3 iterals x ' z ' + xyz + xz '

Answered: 1 week ago