%@LANGUAGE="VBSCRIPT" CODEPAGE="1252"%>
Manipulating Results.aspThis section explains the purpose of each folder and how it relates to the presentation of results. resultsheader.htm This file uses a subfolder called images that contains the images to present the picture header shown at the top of the results page. It also makes reference to the form to allow users to instigate new searches without returning to the previous page. The images subfolder must be copied over from the CD and the same .gif files present within it for this page to work. resultsdata.asp The recordset that returns the results is managed from this file. It should not be altered as this may severely impair the web interface’s ability to return results. resultstable.asp This is where the data from resultsdata.asp is rendered into a table and displayed in the browser. This can be altered to display the results in an alternate manner on the screen. To display results in your own pages, you need only reference the components at the point in the document that you require the component to be displayed. |