In this lesson, you transformed the search facility you built in into a drill-down facility for trip queries. You built a Trip Detail page to show more information about a particular trip. You also formatted the Trip Search Results and Trip Detail pages using the CFML DollarFormat
and DateFormat
functions. You linked the Trip Search Results page with the Trip Detail page. You used the URLEncodedFormat
CFML function to ensure that data was correctly from one page to the other. Finally, by adding trip maintenance and navigation buttons, you converted the Trip Detail page into the main Trip Maintenance application page.
In the next lesson, you will build the action pages required to implement the navigation and maintenance buttons on the main Trip Maintenance application page.