MACROMEDIA COLDFUSION 4.5-DEVELOPING WEB Develop Manual page 181

Developing web applications with coldfusion
Table of Contents

Advertisement

Chapter 11: Indexing and Searching Data
<HEAD>
</HEAD>
<BODY>
<H2>Specify a collection</H2>
<FORM ACTION="collectioncreateaction.cfm" METHOD="POST">
SIZE="25"></P>
</FORM>
</BODY>
</HTML>
3.
Save the file as
Note that this file simply shows how the form variables are used and does not perform
error checking.
<TITLE>Collection Creation Input Form</TITLE>
<P>Collection name: <INPUT TYPE="text" NAME="CollectionName"
<P>What do you want to do with the collection?</P>
<INPUT TYPE="radio"
NAME="CollectionAction"
VALUE="Create" checked>Create<BR>
<INPUT TYPE="radio"
NAME="CollectionAction"
VALUE="Repair">Repair<BR>
<INPUT TYPE="radio"
NAME="CollectionAction"
VALUE="Optimize">Optimize<BR>
</P>
<INPUT TYPE="submit"
NAME="submit"
VALUE="Submit">
collectioncreateform.cfm
.
155

Advertisement

Table of Contents
loading
Need help?

Need help?

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

This manual is also suitable for:

Coldfusion 4.5

Table of Contents