WEB 115 - Project 9


With this project we will be working with data islands and your books XML document. There will be two parts to this project. They will both link to your Books.xml file. Here they are:
     
1) The first part of this project needs to allow the user to view the data from the XML file in a table format. Call it Table.html.

2) The second part needs to have a page that will allow the user to navigate through all the records in the XML file with Client-Side VBScript. Display everything, but the picture. Make sure that you don't end up with a blank record. Loop the record around to the first or last record to fix this. Name the HTML page Navigate.html.     


XML Examples | WEB 115 Home