Question: #8654

CIS213 Unit 4 Programming Assignment Complete Solution

Unit 4 Programming Assignment

Follow the directions for each of the following questions. Answer the question or provide the code in a space below the question. 

  1. For the following form (assume it's the only form on the page), write at least 8 (eight) ways to reference the text input field as an object in all modern scriptable browsers. (No need to create an entire html page; just give the JavaScript statements to accomplish the requested task.)

<form name="subscription" action="cgi-bin/maillist.pl" method="post">

            <input type="text" id="email" name="email">

            <input type="submit">

</form>

 

  1. A document contains two forms, named "specifics" and "accessories".  In the accessories form is a field called accl.  Write at least two statements that set the contents of that field to "Leather Carrying Case". (No need to create an entire html page; just give the JavaScript statements to accomplish the requested task.)
  2. Create a webpage that includes a "select" object that will change the background color of the current page when the user selects an option.  The property that you need to set is document.bgColor, and the three values you should set as options are red, yellow, and green.  In the select object, the colors should display as Stop, Caution, and Go.

Please name your file Lastname_U4_Programming.doc and submit it according to the directions below.

Upload Instructions: Press the Browse button and navigate to your document on your hard drive, press the "Open" button, and then the "Upload this file" button to complete the upload process. Select Send for marking.

If you are sending a note to your instructor along with your submission, select edit in the Notes section of the screen. Enter your note to the instructor and select Save changes. Once you are returned back to the assignment page, select Send for marking.

© ECPI, 2012

 

 

Solution: #8682

CIS213 Unit 4 Programming Assignment Complete Solution

Unit 4 Programming Assignment Follow the directions for each of the following questions. Answer the question or provide the code in a space below the question. For the following form (assume it's the only form on the page), write at least 8 (eight) ways to reference the text input field as an object in all modern scriptable browsers. (No need to create an entire html page; just give the JavaScript statements to accomplish the requested task.)
  • Tutormaster
    Rating: A+ Purchased: 11 x Posted By: Kingtut
    Comments
    Posted by: Kingtut

    Online Users