Creating a detail page for a results page
Your set of search/results pages can include a detail page to display more information about
specific records on the results page. In this situation, your results page also doubles as the master
page in a master/detail page set. For more information, see the following topics:
•
"Building master/detail pages (ColdFusion)" on page 634
•
"Building master/detail pages (ASP and JSP)" on page 703
•
"Building master/detail pages (PHP)" on page 719
Related topics
•
"Building the search page" on page 641
•
"Building the results page" on page 642
Building a record insert page (all servers)
Your application can contain a page that lets users insert new records in a database. For example,
the following page inserts a new record in an employee database:
An insert page consists of two building blocks:
•
An HTML form that lets users enter data
•
An Insert Record server behavior that updates the database
You can add these building blocks in a single operation using the Record Insertion Form
application object (see
them separately using the Dreamweaver form tools and the Server Behaviors panel (see
an insert page block by block" on page
Note: The insert page can contain only one record-editing server behavior at a time. For example,
you cannot add an Update Record or a Delete Record server behavior to the insert page.
646
Chapter 40: Building ColdFusion Applications Rapidly
"Building the insert page in one operation" on page
648).
647), or you can add
"Building
Need help?
Do you have a question about the DREAMWEAVER MX 2004-USING DREAMWEAVER and is the answer not in the manual?
Questions and answers