
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 code 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 as well as an explanation as to how to use the program. Then you should have a table with the countries and their exchange rates displayed. Use the currencies listed on Yahoos exchange rates web page.
Below the table you should have a form with three text boxes, one for the dollar amount and one for the converted value as well as a text box where the user can enter a currency exchange rate.
The form should now have two buttons: a close button that returns the user back to the trips page and a compute button that calls a function to calculate the converted value.
Copy the currency formatting function from the dollar.htm sample web page and use it to format the output.
Make sure that you use window.open to open the page.