ITSE 2402 Intermediate Web
Assignment 2

JavaScript Text, Chapter 7 (Manipulating Data in Strings), pgs 331 - 357
FormProcessor.html example (notes)

Reading:

Practice:

Project for this assignment

This exercise is a money exchange program. A helpful site for this project:
Currency Converter for 164 Currencies

  1. Open your template.htm page.
  2. Save your page as currency.htm.
  3. Create a form with:
    text that asks "What is the amount of U. s. dollars you want to convert?"
    a textbox to allow the user to enter an amount.
    text that asks "To which currency would you like to convert?"
    Radio buttons for 3 different currencies. For example:
    British Pound
    EUR
    Peso
    A button with the value Convert

U S Dollar form page

Save your document.

Update your index page:

Uploading:

Testing uploaded pages