MACROMEDIA COLDFUSION MX 61-GETTING STARTED BUILDING COLDFUSION MX Getting Started page 90

Building coldfusion mx applications
Table of Contents

Advertisement

<!--- graphical navigation buttons --->
<input type="image" name="btnFirst" src="images/first.gif">
<input type="image" name="btnPrev" src="images/prev.gif">
<input type="image" name="btnNext" src="images/next.gif">
<input type="image" name="btnLast" src="images/last.gif">
</form>
Note: Notice that the current trip record ID (tripID) is hidden within the form code. This is
desirable because the action page must have the current record ID in order to build the query that
navigates to the appropriate record in the trips database table.
Save the file and view the updated tripdetail.cfm page in a browser.
3
The Trip Search Results page appears:
Test the buttons by clicking any navigation button.
4
An error occurs because the navigation action page (navigationaction.cfm) does not exist. The
navigation action page processes the navigation button requests. You will build the navigation
action page in the next lesson.
90
Chapter 7: Lesson 3: Creating a Main Application Page

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the COLDFUSION MX 61-GETTING STARTED BUILDING COLDFUSION MX and is the answer not in the manual?

Questions and answers

This manual is also suitable for:

Coldfusion mx

Table of Contents