Title: RE: Witango-Talk: Array => Pop Up Menu

Use Javascript to reload the page once the user makes a choice in the first drop down (OnChange="" I think is what you want) and append an http argument to the url that speficies the choice made so far by the user.  Use Javascrpit to get the current value of the drop down field.

This code is not completely accurate, I can never remember this stuff precisely.

<Select name="brandname" OnChange="window.location('thispage.taf?brandname=' . document.forms[0].brandname.value);">
<option>...
</Select>

When the page reloads it should check the values of it's arguments and dynamically write the contents of the next drop down box while remember to make VW selected in the brandname drop down box.

Hope this helps, you may have look the fine details up.


Henning Sittler
www.inscriber.com



-----Original Message-----
From: Jose Kuhn [mailto:[EMAIL PROTECTED]]
Sent: Thursday, June 06, 2002 2:28 PM
To: Multiple recipients of list witango-talk
Subject: Witango-Talk: Array => Pop Up Menu


I want to create dynamic Pop up menus using Witango. Ie the user selects VW
from the first menu and the second menu dynamically changes to Golf, Jetta,
Passatt,...etc.

What is the best way to handle this?

Thanks

Jose

________________________________________________________________________
TO UNSUBSCRIBE: send a plain text/US ASCII email to [EMAIL PROTECTED]
                with unsubscribe witango-talk in the message body

Reply via email to