proggybilly
Programmer
I have a form I am working on where a select box is created using php and mysql. I have text boxes on my form that need to be filled with what ever data goes along with what is selected in the select box.
For instance, the function creating the drop down box is run and it fills with WK YR MO. I then want to be able to run a function based off of what ever is selected at the time to get the other info that goes along with the selection (i.e. WK has description and a few fields which indicate notify days.)
I have never done Javascript and think this is the best route to go. Any and all help is GREATLY appreciated.
For instance, the function creating the drop down box is run and it fills with WK YR MO. I then want to be able to run a function based off of what ever is selected at the time to get the other info that goes along with the selection (i.e. WK has description and a few fields which indicate notify days.)
I have never done Javascript and think this is the best route to go. Any and all help is GREATLY appreciated.