PDA

View Full Version : <option> submit on click


BugsSport
07-06-2007, 10:37 AM
i am making a drop-down menu w/ different colors as search options and i was wondering how you can make it execute an action as soon as a user clicks an option

( as opposed to selecting an option and then clicking submit )

I was also wondering if it is possible to have a separate action for each option instead of one action for the whole form

for example - something with this idea:

<option action="shrubsearch?flowertype=green&submit">Green</option>
<option action="shrubsearch?flowertype=blue&submit">Blue</option>
<option action="shrubsearch?flowertype=red&submit">Red</option>

thanks

BonRouge
07-06-2007, 11:32 AM
http://bonrouge.com/~faq#selectgo

BugsSport
07-06-2007, 11:45 AM
exactly what i was looking for thanks