filter on menu list

October 26, 2003 by Carl Grint

If you create two menu lists, the first one with your band list, the second with a recordset of all shows, filtered on either a form or url parameter.

The first menu should be inside a form which is targeted at the same page.

The second menu is outside this form, and has a Show if True statement so it only shows when the passed varible exists in its recordset.

When you submit the first menu, the second menu will appear with just the lists for that band etc.

If you wish you can use a Jump menu, but that requires some hand coding, and my experience in Dreamweaver has been negative using the jump menu for this in v6+

Hope this helps