You can dynamically populate an HTML form menu or list menu with entries from a database.
For most pages, you can use an HTML menu object. For ASP.NET pages, you must use a DropDownList or ListBox form control. For more information, see Building ASP.NET forms.
Before you begin, you must insert an HTML form in a ColdFusion, PHP, ASP, or JSP page, and you must define a recordset or other source of dynamic content for the menu. For more information, see Defining a recordset.
Dreamweaver inserts a List/Menu form object into the page.
The Property inspector displays the List/Menu properties.
For more information, see Setting the Dynamic List/Menu dialog box options.