|
How to change a field when SELECT item changes?
Hello all!
Please bear with me... I'm a newbie.
I used php to create a list, using a SELECT with 40 OPTIONs. In this case, the items in the list correspond to inventory items. I need to have another field next to this drop down box which, when the user selects an option from the drop down box, will show the quantity on hand for this item.
1. How do I do this?
2. How do I create the field which will show the quantity? (I can retrieve the qty from the sql db no problem)
Thanks for any help.
Gilles
|