User Guide

cfcollection 87
</cfcase>
</cfswitch>
<cfelse>
<h3>Please enter a name for your collection</h3>
</cfif>
</cfif>
<!--------------------------------------------------------------------
(coll_form.cfm)
Form to specify the collection name and action
coll_form.cfm
--------------------------------------------------------------------->
<form action="coll_actn.cfm" method="POST" >
<select name="CollectionAction">
<option value="Create">Create this collection
<option value="Optimize">Optimize this collection
<option value="Repair">Repair this collection
<option value="Delete">Delete this collection
</select>
<p><strong>Collection on which to act</strong><br>
Use the default value or enter your own Collection name<br>
<input type="Text" name="CollectionName" value="My_coll"></p>
<input type="Submit" name="" value="alter or create my collection">
</form>