CrazyGreg
07-27-2005, 07:53 PM
Hey,
I'm working on an online ordering form for a home business and I need a script to change the options in one drop down menu when the other drop down menu is changed from one option to another. I've been thinking along the lines of VBScript and I've been trying to work out how to grab a value from the first drop down menu and put it into a variable.
For example:
I have 2 drop down menus ("Model" and "Length"). When the client selects an option in "Model", I want the options in "Length" to change to show only the options corresponding to that model.
I've been told to try ASP but I havn't used ASP in years and have long since forgotten. Can someone let me know if I'm on the right track and help me out?
I'm working on an online ordering form for a home business and I need a script to change the options in one drop down menu when the other drop down menu is changed from one option to another. I've been thinking along the lines of VBScript and I've been trying to work out how to grab a value from the first drop down menu and put it into a variable.
For example:
I have 2 drop down menus ("Model" and "Length"). When the client selects an option in "Model", I want the options in "Length" to change to show only the options corresponding to that model.
I've been told to try ASP but I havn't used ASP in years and have long since forgotten. Can someone let me know if I'm on the right track and help me out?