Javascript program that will read a message string

Assignment Help Programming Languages
Reference no: EM13935576

Write a JavaScript program that will read a message string and a number from text boxes on a Web page. The program will then use those values to display some information to the user.

Use the JavaScript DHTML Playground to write JavaScript code that performs the following tasks:

- Read a message string from a text box ("Input 1").

- Read a number from a second text box ("Input 2").

- Display, in the page footer, the message string from "Input 1". Repeat the string the number of times your program read from "Input 2". Note: Convert the value from "Input 2" into an integer by using the parseInt() function.

Test the JavaScript code by clicking on the Run button. Submit a Microsoft Word document that contains your JavaScript code. Include a screenshot of the output.

Note: The JavaScript DHTML Playground is at https://javascript.cs.lmu.edu/playground/

My instructor commented on what I did by saying this:

"You are to write JavaScript code to extract information from the form fields 'input1', 'input2', and 'footer'. You do this by looking at the HTML code (the form part). Here is an example of how to do this:

var value1 = document.getElementById("input1");
var value2 = document.getElementById("input2");
var footer = document.getElementById("footer");

You then use the value function to get the value of the field so that you can manipulate it. Next, you will need a for loop to display whatever was stored and accumulate value1 content i.e., inputstring 'count' number of times. For this you need a collector variable i.e., a variable for storing value1 content. This collector variable must be initialized to ' ' i.e.,, empty. You then assign the value of value1 'count' number of times in a for loop.

The last step is to display the result to the footer. The command to do that is as follows:

footer.innerHTML = your_collector_variable;

You should then test your code at https://javascript.cs.lmu.edu/playground/ and see what happens. The value entered in textfield input1 should be displayed 'input2' number of times."

 

Reference no: EM13935576

Questions Cloud

Descriptions of beneficial learning strategies : You should seek to present appropriate illustrations and detailed descriptions of beneficial learning strategies that you have encountered and employed.
White supremacy shape the lives of americans : Construct a definition of the terms "white privilege" and "white supremacy."  Provide an example of each, if different. Do white privilege and/or white supremacy shape the lives of Americans today? How?
Austraria or a major river in another country : students are to write a retter home to their parents expraining the water crises and arguing for or against the use of recycled water.GEOGRAPHY:
Describe five ways of getting dna into a cell : Define restriction enzymes, and outline how they are used to make recombinant DNA. Outline the PCR process and provide an example of its use.
Javascript program that will read a message string : Write a JavaScript program that will read a message string and a number from text boxes on a Web page. The program will then use those values to display some information to the user.
Evaluating a companys external environment : The design of robust value-creating supply chain networks. Focused swot: diagnosing critical strengths and weaknesses and Evaluating a companys external environment
The supplies inventory : The supplies inventory on August 1, 2012 was $7,350. Supplies costing $22,150 were acquired during the year and charged to the supplies inventory. A count on July 31, 2013 indicated supplies on hand of $8,810.
What is dollar amount of cash flows that baxter will receive : Baxter plans to hedge its cash flows with a forward contract. What is the dollar amount of cash flows that Baxter will receive in five years if it accepts this project?
Identify corporate governance requirements : Identify corporate governance requirements described in the case study and in provided policy documents for the organisation. Identify corporate governance requirements described in the listed published sources of information. Page 4

Reviews

Write a Review

Programming Languages Questions & Answers

  Write a haskell program to calculates a balanced partition

Write a program in Haskell which calculates a balanced partition of N items where each item has a value between 0 and K such that the difference b/w the sum of the values of first partition,

  Create an application to run in the amazon ec2 service

In this project you will create an application to run in the Amazon EC2 service and you will also create a client that can run on local machine and access your application.

  Explain the process to develop a web page locally

Explain the process to develop a Web page locally

  Write functions

These 14 questions covers java class, Array, link list , generic class.

  Programming assignment

If the user wants to read the input from a file, then the output will also go into a different file . If the user wants to read the input interactively, then the output will go to the screen .

  Write a prolog program using swi proglog

Write a Prolog program using swi proglog

  Create a custom application using eclipse

Create a custom Application Using Eclipse Android Development

  Create a application using the mvc architecture

create a application using the MVC architecture. No scripting elements are allowed in JSP pages.

  Develops bespoke solutions for the rubber industry

Develops bespoke solutions for the rubber industry

  Design a program that models the worms behavior

Design a program that models the worm's behavior.

  Writing a class

Build a class for a type called Fraction

  Design a program that assigns seats on an airplane

Write a program that allows an instructor to keep a grade book and also design and implement a program that assigns seats on an airplane.

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