Write javascript code to do the following things based

Assignment Help Computer Engineering
Reference no: EM132158922

Use the provided HTML file and add a basic event handler to the page so that when the button is clicked the browser alerts the contents of the form input control added to your name and also changes the contents of the headline below the button to contain the contents of the form input control.

Process:

Start with the provided PP5.html file.

Put all JavaScript for this Lab embedded in the html file. Only turn in this one HTML file.

Add your name and email where indicated.

Do not change the structure of the HTML other than adding your info noted in step 3 and adding your JavaScript to the page.

Write JavaScript code to do the following things based on the demos we did in class.

Add an event listener to the Alert Me div so that when it is clicked it will run some code.

When the button is clicked it should do two things.

(1) It should show an Alert box with the contents of the text field in the Alert box. I want you to also append your name and a colon (name:) before the value of the text box. For example if the text box says This is a test, I would have the Alert say Daniel Krieglstein: This is a test

(2) Also it should change the value of the h2 below the button to have the text contents of the text input control. Do not append your name to this one. Just have the exact contents of the text box.

I will show an example of this behavior in class in a final version of the lab.

Submit the HTML file to the Basecamp collection of Production Problems.

HTML FILE:

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Lab 7 - Basic JavaScript Event Handling and DOM</title>
<style type="text/css">
.center {
text-align: center;
}
#container {
width: 400px;
margin: 50px auto 0;
}
#entryinput {
width: 100%;
}
#entrybutton {
width: 200px;
text-align: center;
color: #fff;
background-color: #c00;
padding: 2em 0;
margin: 20px auto;
font-size: 24px;
font-weight: bold;
}
</style>
</head>
<body>
<h1 class="center">ITMD-361 - Lab 7 - Basic JavaScript Event Handling and DOM</h1>
<h2 class="center">Your Name Here</h2>
<h3 class="center">Your email here</h3>
<div id="container">
<input id="entryinput" type="text" name="textentry" placeholder="Enter a Message">
<div id="entrybutton">Alert Me</div>
<h2 id="textoutput" class="center">Show results here</h2>
</div>
<script type="text/javascript">

</script>
</body>
</html>

Reference no: EM132158922

Questions Cloud

Discuss possible improvements to the interface : Write down what first comes to mind regarding what is good and bad about how you worked with the tool.
Calculate the margin of error for proportion of all adults : a) Calculate the margin of error for the proportion of all adults who think things are going in the wrong direction for 95?% confidence.
What tools were used to get that program running : We use a number of basic tools to convert our code files into something actually running in the machine.
How long does it take for the monkey to reach the top : Every minute, the monkey climbs upward three feet but slips back two. How long does It take for the monkey to reach the top?
Write javascript code to do the following things based : Write JavaScript code to do the following things based on the demos we did in class.
Sampling distribution of sample means : Find the mean and standard deviation of a sampling distribution of sample means with sample size nequals =49.
Create a program that can convert dollars to yen : If the $dollar value is greater than 0, create a menu that will allow user to select Yen, Euro, Peso, or all Currency conversion.
Toward a college education from grandparents : A newborn child receives a $5,000 gift toward a college education from her grandparents. How much will the $5,000 be worth in 20 years if it's invested
Write an app that inputs five numbers : Use a one-dimensional array to solve the following problem: Write an app that inputs five numbers, each of which is between 10 and 100, inclusive.

Reviews

Write a Review

Computer Engineering Questions & Answers

  Determine the most current maximum and minimum number

Determine the most current maximum and minimum number as the "integer" random numbers are being generated.

  Prepare a non-gui-based java application which computes

create a non-gui-based java application that calculates weekly pay for an employee. the application should display text

  Examine the effect of caffeine on depression

His research hypothesis is that a moderate dose (25 mg) of caffeine will lower depression scores on a psychological test when compared with no caffeine.

  You are designing a program which will benbsp capable to

you are designing a program that will be able to detect if any of the standard operating system files on a pc have been

  Design and implement a class to play game called unique six

Design and implement a class to play a game called Unique Six. In this game, the player will roll a die to obtain a number from 1 to 6 and continue rolling.

  What was the most difficult concept for you to understand

Review this week's lecture presentation. What was the most difficult concept for you to understand? What additional resources on the topic have you been able.

  Discuss use of client-side technologies in your microsite

Your report (Arial - font size 12) should discuss on the following area: Explain the message that you want to be communicated through your microsite. Outline and discuss the use of client-side technologies in your microsite. Discuss how the design of..

  There will be projects that require a last-minute push to

there will be projects that require a last-minute push to meet the scheduled deadline. in spite of all of the careful

  How do you locate all nonblank lines

How do you locate all nonblank lines that don't begin with #, /*, or //? Devise a sequence to locate those users who have logged in yesterday or earlier.

  What sorts of network servers and resources

What sorts of network servers and resources.

  Discuss and analyze the fccs role in broadband regulation

Discuss and analyze the FCC's role in broadband regulation. Define and discuss the FCC mission and responsibilities as established by Congress in current

  Prepare visual basic application

Prepare visual basic application.

Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd