CLICKABLE THUMBNAIL IMAGES
|
Rather than having a list of links pop up when a user completes a search of your product catalog, you may wish to display thumbnail images of your products that the user can click on for further information:
This is accomplished by using the everyxth tag. The following example lines of code show how to make a clickable button that will pull up everything your database has for the category specified, and display the results in user-definable rows of either links or images:
<FORM METHOD="POST" ACTION="/cgi-bin/dbsearch.exe"> Please see Using the GET Method to make a clickable link instead of a <FORM> button.
|