MACROMEDIA COLDFUSION 4.5-CFML LANGUAGE Reference page 152

Cfml language reference
Table of Contents

Advertisement

128
<CFLOCK SCOPE="Application" TIMEOUT="30" TYPE="Exclusive">
</CFLOCK>
<CFELSE><!--- Show the form only if it has not been submitted. --->
<FORM ACTION="cflock.cfm" METHOD="POST">
<P>Congratulations! You have just selected the longest wearing, most
comfortable turtleneck in the world. Please indicate the color and size
that you wish to buy.</P>
<table cellspacing="2" cellpadding="2" border="0">
<tr>
<td>Select a color.</td>
<td><SELECT TYPE="Text" NAME="color">
</td>
</tr>
<tr>
<td>Select a size.</td>
<td><SELECT TYPE="Text" NAME="size" >
</td>
</tr>
<tr>
<td>Press Submit when you are finished making your selection.</td>
<td><INPUT TYPE="Submit" NAME="submit" VALUE="Submit">
</td>
</tr>
</table>
</FORM>
</CFIF>
</HTML>
<CFSET application.number = application.number + 1>
<OPTION>red
<OPTION>white
<OPTION>blue
<OPTION>turquoise
<OPTION>black
<OPTION>forest green
</SELECT>
<OPTION>XXsmall
<OPTION>Xsmall
<OPTION>small
<OPTION>medium
<OPTION>large
<OPTION>Xlarge
</SELECT>
CFML Language Reference

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the COLDFUSION 4.5-CFML LANGUAGE and is the answer not in the manual?

Questions and answers

This manual is also suitable for:

Coldfusion 4.5

Table of Contents