Dreamweaver CS4 | ![]() |
Dreamweaver CS4 Resources |
Navigating database recordset resultsRecordset navigation links let users move from one record to the next, or from one set of records to the next. For example, after designing a page to display five records at a time, you might want to add links such as Next or Previous that let users display the five next or previous records. You can create four types of navigation links to move through a recordset: First, Previous, Next, and Last. A single page can contain any number of these links, provided they all work on a single recordset. You can’t add links to move through a second recordset on the same page. Recordset navigation links require the following dynamic elements:
|