Skip to main content
Participant
May 1, 2007
Question

Dynamic menus/lists - Help!

  • May 1, 2007
  • 1 reply
  • 336 views
How do I create the links from a dynamic menu / list? No problem creating the menu, but where does the link for each menu item go? I'm missing a trick somewhere!
This topic has been closed for replies.

1 reply

Inspiring
May 1, 2007
Alsct wrote:

> How do I create the links from a dynamic menu / list? No problem creating the menu, but where does the link for each menu item go? I'm missing a trick somewhere!

<select onchange="location=this[this.selectedIndex].value">

Mick