MACROMEDIA COLDFUSION MX 61-DEVELOPING COLDFUSION MX Develop Manual page 528

Developing coldfusion mx applications
Table of Contents

Advertisement

The resulting record set appears:
Using the
cfindex
following exceptions:
You set the
type
You refer to column names from the
To search and display database records:
Create a ColdFusion page with the following content:
1
<html>
<head>
<title>Searching a collection</title>
</head>
<body>
<h2>Searching a collection</h2>
<form method="post" action="collection_db_results.cfm">
<p>Collection name: <input type="text" name="collname" size="30"
maxLength="30"></p>
<p>Enter search term(s) in the box below. You can use AND, OR, NOT,
and parentheses. Surround an exact phrase with quotation marks.</p>
<p><input type="text" name="criteria" size="50" maxLength="50">
</p>
<p><input type="submit" value="Search"></p>
</form>
</body>
</html>
528
Chapter 24: Building a Search Interface
tag for indexing tabular data is similar to indexing documents, with the
attribute to
when indexing tabular data.
custom
cfquery
in the
attribute.
body

Advertisement

Table of Contents
loading
Need help?

Need help?

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

Questions and answers

This manual is also suitable for:

Coldfusion mx

Table of Contents