
In this assignment you will have two pages: trips.htm the main page, that contains a link to a second page exchange.htm where a set of currency exchange rates will go. You should download a copy of the Yahoo exchange rates page from http://finance.yahoo.com/m3 to use with the program.
Trips.htm should have a title and a header that identifies it and a link to the exchange page that can use an anchor tag or a button.

Ouput of the exchange page will be the same as in part 1. Unlike part 1 however, the output will not come from the static web page exchange.htm, but should be created as dynamic web page by javascript code in trips.htm. Use techniques similar to those in the Parents Place assignment on page 104.