OnChange with ComboBox

admin

Administrator
Staff member
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
 
Back
Top