Click to See Complete Forum and Search --> : OnChange with ComboBox


Tex Murphy
04-28-2003, 11:32 AM
Hello peeps,

It's been three years ago since I've done HTML and I've forgotten almost everything :(. I'm doing Visual Basic as a programming language, and it's pretty much the same principle, but I don't know how it works in HTML syntaxes. I hope you can help me.

I have three combo boxes.
The content of the second depends on the choice of the first selection. The content of the third depends on the choice of the second selection.

How would I do this? I guess I have to call a procedure or function which I have written on the OnChance event to clear and add the content of the ComboBox, but I forgot how to do that.

Thanks for any help...

TM

requestcode
04-28-2003, 11:34 AM
Here is a link to a triple combo script that should help:
http://www.javascriptkit.com/script/script2/triplecombo.shtml

Tex Murphy
04-28-2003, 11:41 AM
Just what I needed! :D

Thanks a million!!!