MACROMEDIA COLDFUSION 5 - INSTALING AND CONFIGURING SERVER Manual de Instruções Página 96

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 154
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 95
86 Lesson 3 Creating a Main Application Page
<td>#returnDate#
</td>
</tr>
<tr>
<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>
5 To provide a title that appears on the browser window, insert the following HTML
code before the
<cfoutput query = "TripQuery"> line:
<html><head>
<title> Trip Maintenance - View Record </title>
</head>
<body>
6 Insert the ending body and html tags at the end of the page:
</body>
</html>
7 Save the file as tripdetail.cfm in the my_app directory.
Vista de página 95
1 2 ... 91 92 93 94 95 96 97 98 99 100 101 ... 153 154

Comentários a estes Manuais

Sem comentários