
In this assignment you should have two pages: trips.htm the main page, that contains a link to a second page exchange.htm where the 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.

The exchange.htm page should have a title similar to the trips.htm page . Then you should have a table with the countries and their exchange rates displayed. Use the currencies listed on Yahoos exchange rates web page. Make sure that you use window.open to open the exchange.htm page. Size the exchange.htm so that it is just big enough to display the information. The status and menu bars should be off and the window should not be resizable.
The form should also have a close button that returns the user back to the trips page.