Forum Moderators: coopster
Tools
> drillers
> hammers
> screws
etc.
...
But I would like the menu to be filled up dynamically (as I enter my DB table for the Tools) so I do not need to update the html page.
How can I get the tools types to be reflected in the menu?
Do I need to call some js while looping through or...?
Im not good at js.
Any adivce would make my day better,
thanks
Serap
$JS_drills_options = "var drills = new Array("; ...then loop through the results of your query to concatenate on all the appropriate array members... etc.
But to actually use the arrays in a client side options swap, the Javascript [webmasterworld.com] forum is the place ask.
I hope this helps.
If so, this post from a couple of weeks ago may help: Drop down box values from table field? [webmasterworld.com]
thanks,
Serap