beautypg.com

Building a record insert page, About building record insert pages, Build an insert page block by block – Adobe Dreamweaver CC 2015 User Manual

Page 654

background image

647

Building applications visually

Last updated 6/3/2015

Also, you can select text or an image on the page to serve as the link to the related page, or you can position your pointer
on the page without selecting anything, and the link text is inserted.

1

In the Go To Related Page box, click Browse and locate the related page file.

If the current page submits data to itself, enter the current page’s file name.

2

If the parameters you want to pass were received directly from an HTML form using the GET method, or are listed
in the page’s URL, select the URL Parameters option.

3

If the parameters you want to pass were received directly from an HTML form using the POST method, select the
Form Parameters option.

4

Click OK.

When the new link is clicked, the page passes the parameters to the related page using a query string.

More Help topics

Defining sources of dynamic content

Building search and results pages

Creating web forms

Using forms to collect information from users

Building a record insert page

Note: The user interface has been simplified in Dreamweaver CC and later. As a result, you may not find some of
the options described in this article in Dreamweaver CC and later. For more information, see

this article

.

About building record insert pages

Your application can contain a page that lets users insert new records in a 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

When a user clicks Submit on a form, the server behavior inserts records in a database table.

You can add these building blocks in a single operation using the Record Insertion Form data object or you can add
them separately using the Dreamweaver form tools and the Server Behaviors panel.

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.

Build an insert page block by block

You can also build an insert page by using the forms tools and server behaviors.

Add an HTML form to an insert page

1

Create a dynamic page (File > New > Blank Page), and lay out your page using the Dreamweaver design tools.