Detail.asp can be used to dynamically generate Product Pages in much the same way as the StoreFront search engine(search.asp). Detail.asp, when queried for a specific product id, will dynamically generate a template Product Page displaying the product matching the specified product ID.
For example, suppose you wanted to create a link to detail.asp to display the information for a product with a product ID of 0001. The URL specified in the link to detail.asp would be:
http://www.myweb.com/detail.asp?PRODUCT_ID=0001
The syntax of the link should be altered to reflect the name of your web and the product ID of the specific product you wish to generate a page for.
If you have experience programming with ASP, you can also modify detail.asp to alter the layout of the page that is output. StoreFront also provides extensive control over the design elements of the pages output by detail.asp through the settings under the Fonts and Tables tabs of StoreFront 2000's Administrator and through the Themes feature of StoreFront 5.0.
In StoreFront 2000 there are also two html files, detail_foot.htm and detail_head.htm, that should be modified to reflect your personal design preferences. Both of these files can be modified in FrontPage without any risk of corruption; however, detail.asp should only be modified with NotePad or another editor that will not format or otherwise alter the code.