Forums

ASP

This topic is locked

Dynamic Jump Menu probleme

Posted 11 Feb 2002 14:32:01
1
has voted
11 Feb 2002 14:32:01 ipolo ipolo posted:
How can i create a jump menu with a dynamic content with it. I tried with the jump menu plus the server behavior dynamic List/menu but i just doesn't work i.e links are not created properly. I tried also using the jump Menu VI extension on the macromedia exchange site doesn't work either.

What can i do?
Thanxs in advance.
ipolo

Replies

Replied 13 Feb 2002 21:14:23
13 Feb 2002 21:14:23 Joel Martinez replied:
hmm, if the extensions arent' working for you, try coding it yourself... make the list with the dynamic content. then apply a "call javascript" behavior to the listbox with this code.

location.href = this.options(this.selectedIndex).value;

you may want to double check the syntax of that script, but the concept will stay the same.

Joel Martinez [ ]
----------
E-Commerce Concepts with Ultradev...pre-order yours at
www.basic-ultradev.com/ecomm_concepts/

Reply to this topic