Difference between revisions of "AIM Assignment 6"

esse quam videri
Jump to: navigation, search
m (AIM Assignment 6 Web Forms moved to AIM Assignment 6)
 
(6 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 +
[[Category:Authoring Interactive Media]]
 +
[[Category:AIM Assignments]]
 
Use some set of data to cteate an HTML form
 
Use some set of data to cteate an HTML form
  
 
TODO Define data set
 
TODO Define data set
 +
 +
Build a Web Form that collects and submits the following information.
 +
 +
*Salutation
 +
**Mr.
 +
**Ms.
 +
**Mrs.
 +
**Dr.
 +
**Prof.
 +
**Rev.
 +
*First Name
 +
*Last Name
 +
*Address Line One
 +
*Address Line Two
 +
*State
 +
*Zip
 +
*Phone
 +
*Email
 +
*Confirm Email
  
 
Have the HTML Page post the data in the form to a PHP page.
 
Have the HTML Page post the data in the form to a PHP page.
The PHP will be provided.
+
 
The PHP page will display the posted data nad possible send the data via email.
+
Here is an exmaple page that will display yor form values using javascript.
 +
 
 +
http://iam.colum.edu/AIM/Class8/WriteFormValues.html [http://iam.colum.edu/AIM/gbrowser.php?file=/Class8/WriteFormValues.html - Source]
 +
 
 +
==Course Objectives==
 +
This project supports the following course objectives:
 +
<ul>
 +
<li>Demonstrate an understanding of the underlying concepts behind, and be able
 +
to create, interactive projects using current production technologies.</li>
 +
</ul>

Latest revision as of 16:01, 5 August 2008

Use some set of data to cteate an HTML form

TODO Define data set

Build a Web Form that collects and submits the following information.

  • Salutation
    • Mr.
    • Ms.
    • Mrs.
    • Dr.
    • Prof.
    • Rev.
  • First Name
  • Last Name
  • Address Line One
  • Address Line Two
  • State
  • Zip
  • Phone
  • Email
  • Confirm Email

Have the HTML Page post the data in the form to a PHP page.

Here is an exmaple page that will display yor form values using javascript.

http://iam.colum.edu/AIM/Class8/WriteFormValues.html - Source

Course Objectives

This project supports the following course objectives:

  • Demonstrate an understanding of the underlying concepts behind, and be able to create, interactive projects using current production technologies.