Dynamic Web Tutorials and Notes
Create Master-Detail Pages
- File>New
- Select Dynamic Page

- Click ASP VB
Script

- Click ‘Create’
- Create a DSN to your database
if necessary (see IV)
- Create a Recordset (see V)
– rsDetails

- Save the page as master.asp
- Click ‘Insert > Application Objects > Master Detail Page
Set’
- In ‘Master Page Fields’ delete all fields except firstname
and lastname
- Select lastname to link to the detail page in the ‘Link to Detail
from’ box
- Check that the unique key is correct
- Type detail.asp in the ‘Detail Page Name’ box – Dreamweaver
MX will create this for you
- Leave all fields in the ‘Detail Page Fields’ box
- Click ‘OK’
- Save both pages
- Restart the computer and test them by opening up master.asp and linking
to the detail pages
- The master page should look like this:
- Clicking on the fifth record we can see that persons details:
.
.
.