subject

Java script: using variables in a formin this assessment, use the web page called "invitation. html" found in the required resources (in the zip file called it-fp3215.zip) to add functionality to an interactive form that generates an invitation to volunteers for an event. the file will have the following invitation message placeholder and a form below it. you will add javascript to the form that will allow a user to dynamically fill out the invitation. hello have been invited to volunteer for an event held by on come to the following website: to sign up as a : the placeholders (for example the "recipientname") will need to be set up as elements with an assigned id attribute. prompt the user to enter in the recipient’s name, organization name, event date, and host name. using javascript, replace those elements dynamically with what the user has entered in the form. use the form’s input fields (once submitted) to store the values to javascript variables. then manipulate the dom to replace the element content dynamically. tip: variable names cannot include any special characters or spaces. they cannot start with a number. they also cannot be any of javascript’s reserved words. preparationdownload and unzip the it-fp3215.zip file found in the required resources. it contains the initial framework for the site. all of the html files are located in the root directory. images are placed in the images subdirectory; css files are placed under the css subdirectory. your javascript external files should be placed under the "js" subdirectory (you will need to create it). when you submit your work, be sure to zip up the entire folder, including all of the ancillary files such as the images, css, and javascript code. note: this course requires you to use a text editor to complete your work. there are many free open source options on the internet from which you may choose. see the suggested resources for links to free, open source text editors. directionsread the overview. use the invitation. html file in the resources as a template for completing this assessment. write javascript that enables the invitation to be dynamically completed using the form. make sure to do each of the following: declare variables to store the input field data. store the input field data into the variables on form submit. manipulate the dom to replace placeholder data with the variables. write developer comments to describe the variables being declared and explain the functions and logical blocks of javascript code. here is the invitation. html file that must be usedinvitation pagecapellavolunteers. name: organization name: event date: url: host name:

ansver
Answers: 2

Another question on Computers and Technology

question
Computers and Technology, 23.06.2019 08:00
What is a scenario where records stored in a computer frequently need to be checked
Answers: 2
question
Computers and Technology, 23.06.2019 11:20
Http is the protocol that governs communications between web servers and web clients (i.e. browsers). part of the protocol includes a status code returned by the server to tell the browser the status of its most recent page request. some of the codes and their meanings are listed below: 200, ok (fulfilled)403, forbidden404, not found500, server errorgiven an int variable status, write a switch statement that prints out the appropriate label from the above list based on status.
Answers: 2
question
Computers and Technology, 23.06.2019 19:50
Which feature is selected to practice and save the timing of a presentation
Answers: 1
question
Computers and Technology, 24.06.2019 07:00
Jean has kept the content of her website limited to what is important; she has also ensured that the text follows a particular style and color all throughout her website. which website features has jean kept in mind? jean has limited the content of her website to what is important; this ensures (clarity, simplicity, harmony and unity) of the content. she has also formatted the text in a particular style and color throughout her website, ensuring (balance, simplicity, consistency)
Answers: 2
You know the right answer?
Java script: using variables in a formin this assessment, use the web page called "invitation. html...
Questions
question
English, 13.07.2019 21:20