Adobe
GoLive 6 Dynamic Content Samples
Overview
Database Design
Topics
Messages
Create Topic
Manage Topics
Manage Messages
Delete Topic
Delete Message

text

A. Topic name. B. Dynamic table to display messages. C. Username. D. Date of posting. E. Message text. F. Link to delete message.

Content Sources

The Manage Messages page is identical to the Messages page, except that it includes a link to delete each message. The content source is the Messages table. Just like in the Main View, it uses record filtering to limit the query to the messages in the current topic. See the Main View for more details.

Tabs

The Main View link includes the current topic so that the user sees the same topic when he clicks over to the Main View. This link works the same as the corresponding one on the Messages page. See the Main View for more details.

A

The topic name is the same as in the Main View.

B

The dynamic table of messages is the same as in the Main View.

C

The username is the same as in the Main View.

D

The date is the same as in the Main View.

E

The message text is the same as in the Main View.

F

The delete link uses Show Details of Current Record so that the delete confirmation page knows which message to delete.