Chapter 11. Building Search Interfaces

It’s time to complete the tour search application you began in Lesson 10. There, you built tours_detail.asp, which displays all the tours in an unfiltered format. In this lesson, you will build a search page that enables users to search tours in three different ways: show all, show by world region, and show by country.

The challenge is to create three independent means of searching tours, all while showing the results on the same page (tours_detail.asp). The search page (tours.asp) will contain three ways of accessing tours_detail.asp. One way is a simple URL with no URL parameters, which will show tours_detail.asp unfiltered (that is, the way it currently exists). The second way will use a URL that has additional ...

Get Macromedia® Dreamweaver® 8 with ASP, Coldfusion® and PHP: Training from the Source now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.