Creating an .Asp Query Form

This section walks you through a basic .asp file. Although an .asp file is different from the .htm, .idq, and .htx files, you will see similar elements. Instead of creating three separate files (as in the Creating a Query Form section), you can combine all the information into one .asp file. But whether you create one file or multiple files, the processing that corresponds to .idq and .htx processing will take place in the .asp file.

When you install Index Server, Ixtrasp.asp is installed with the sample files. This sample file shows the query form and query processing combined into one file, which this test drive annotates.

To use this sample .asp file
To create a basic .asp query form
  1. Type your scripts and HTML code into a file.
  2. Save the file in HTML format. (Some lines are shown in bold for emphasis only.)

This section contains:


© 1997 by Microsoft Corporation. All rights reserved.