Posted by Michael Ruebner on 11/13/05 23:37
Ian Davies:
> I have two drop down menus in my php script. The items displayed in the
> second is dependent on which item is choosen from the first i.e. the choosen
> item from the first filters the items in the second
The obvious solution would be to use Javascript, since this ('onChange')
is a purely client-side event. You might also want to look into HTML
OPTGROUPs, if this is a simple decision tree situation; eg. you only need
to feed the second value to your script.
HTH
Mike
f'up alt.php
Navigation:
[Reply to this message]
|