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

  Mathematics in computing

Binary search tree, and postorder and preorder traversal Determine the shortest path in Graph

  Ict governance

ICT is defined as the term of Information and communication technologies, it is diverse set of technical tools and resources used by the government agencies to communicate and produce, circulate, store, and manage all information.

  Implementation of memory management

Assignment covers the following eight topics and explore the implementation of memory management, processes and threads.

  Realize business and organizational data storage

Realize business and organizational data storage and fast access times are much more important than they have ever been. Compare and contrast magnetic tapes, magnetic disks, optical discs

  What is the protocol overhead

What are the advantages of using a compiled language over an interpreted one? Under what circumstances would you select to use an interpreted language?

  Implementation of memory management

Paper describes about memory management. How memory is used in executing programs and its critical support for applications.

  Define open and closed loop control systems

Define open and closed loop cotrol systems.Explain difference between time varying and time invariant control system wth suitable example.

  Prepare a proposal to deploy windows server

Prepare a proposal to deploy Windows Server onto an existing network based on the provided scenario.

  Security policy document project

Analyze security requirements and develop a security policy

  Write a procedure that produces independent stack objects

Write a procedure (make-stack) that produces independent stack objects, using a message-passing style, e.g.

  Define a suitable functional unit

Define a suitable functional unit for a comparative study between two different types of paint.

  Calculate yield to maturity and bond prices

Calculate yield to maturity (YTM) and bond prices

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