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

Building coldfusion mx applications
Table of Contents

Advertisement

<td valign="top">Price:
</td>
<td>#price#
</td>
</tr>
<tr>
<td valign="top">Base Cost:
</td>
<td>#baseCost#
</td>
</tr>
<tr>
<td valign="top">Trip Leader:
</td>
<td>#tripLeader#
</td>
</tr>
<tr>
<td valign="top">Number People:
</td>
<td>#numberPeople#
</td>
</tr>
<tr>
<td valign="top">Deposit Required:
</td>
<td>#depositRequired#
</td>
</tr>
<tr>
<td valign="top">Photo File:
</td>
<td>#photo#
</td>
</tr>
</table>
To provide a title that appears on the browser window, insert the following HTML code before
5
the
<cfoutput query = "TripQuery">
<html><head>
<title> Trip Maintenance - View Record </title>
</head>
<body>
Insert the ending body and html tags at the end of the page:
6
</body>
</html>
Save the file as
7
The Rio Cahabon Rafting trip has an tripID of 24. To view the trip detail for the trip in your
8
browser enter one of the following URLs:
Web server configuration URL
For built-in ColdFusion web
server configuration
For local third-party web
server configuration
82
Chapter 7: Lesson 3: Creating a Main Application Page
in the my_app directory.
tripdetail.cfm
http://localhost:8500/cfdocs/getting_started/my_app/
tripdetail.cfm?ID=24
http://localhost/cfdocs/getting_started/my_app/
tripdetail.cfm?ID=24
line:

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