Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Hi, can someone please help me with this question ASAP first picture and here the remaining code files thanks ! 4 6. [15 marks] Below

Hi, can someone please help me with this question ASAP

first picture

image text in transcribed

and here the remaining code files

image text in transcribed

thanks !

4 6. [15 marks] Below and on the next page are the contents of four files that create a form with some simple error checking. Add to these files the components that are necessary to build a dynamic mouse location logger? A hidden log should be added after the submit button Every time the mouse goes over the submit button, the log will eshown, and will be updated with the contents of the username and password fields, along with the mouse location coordinates. When the mouse leaves the submit button, the logger will be hidden. 0nmo Tips: 1. The events are mouseover and mouseout. 2. The mouse coordinates are given by the clientX and clienty attributes of the event object. 3. Don't overwrite the contents of the logger; append them to the end. You do not need to re-write any of this code; just note the file name and the location (line number) where your additions should be added. login.html 1 2 Chead <meta charset> <link rel="stylesheet" type="text/css" href-> <script type="text/javascript" src="login.js'%20>%20</script>%204%20</head>%20<body>%2010%20<h3>Login</h3>%20<form%20action%20"> <p>Username : <input type="text" id="username " /> <span id="usernameerror"> (You must enter your username.) - <p>Password: <input type "text" id "password" /> = 18 = <span id="password-error"> (You must enter your password.) 19 20 elp p> 21 <input type = "reset" /> kinput type "submit" id "submit" /> 23 24 25 26 27 /form> <script type = </script>"text/javascript" "login-r.js src = 28 29 30

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

OCA Oracle Database SQL Exam Guide Exam 1Z0-071

Authors: Steve O'Hearn

1st Edition

1259585492, 978-1259585494

More Books

Students also viewed these Databases questions

Question

Evaluate 3x - x for x = -2 Answer:

Answered: 1 week ago

Question

What is group replacement? Explain with an example. (2-3 lines)

Answered: 1 week ago