I've seen code on websites (shopping, etc...) where you chose one option in a form, and that selection dictates what you do next...
for example, one drop-down box prompts you to choose windows or linux, and when you do, the next drop-down box on the page is then populated with 95,98,2000,XP,etc... (if you selected windows)
Is it possible to use php to do this without reloading the page? If not, what language must be used to do this without reloading the page?
I don't expect a long answer, I'm just curious how this is possible. Does anyone know of any tutorials that can teach me to do this? Oh, and is there a term used to describe this process?
Thanks... - Jesse
quick Q - dynamic forms
Moderator: General Moderators
You're in luck! I remembered the name of the function that a lot of people are using. I used it for some time as well.
Here is a link to it. It's called fillSelectFromArray()
http://gethelp.devx.com/techtips/js_pro ... in1298.asp
Cheers,
BDKR
Here is a link to it. It's called fillSelectFromArray()
http://gethelp.devx.com/techtips/js_pro ... in1298.asp
Cheers,
BDKR