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
( 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