Hi,
I know how to have a combo box that, after selection (onchange), changes the window.location to be the value (a basic nevigation combo).
However, I have a series of different javascript functions within the page that I want to be called based on the value selected in the combo boxes.
ComboItem1 - javaScript1()
ComboItem2 - javaScript2()
ComboItem3 - javaScript3()
I don't have access to the header of the HTML, so I just want to have all the code within the onchange event handler.
Any ideas?
Thanks.
David.
I know how to have a combo box that, after selection (onchange), changes the window.location to be the value (a basic nevigation combo).
However, I have a series of different javascript functions within the page that I want to be called based on the value selected in the combo boxes.
ComboItem1 - javaScript1()
ComboItem2 - javaScript2()
ComboItem3 - javaScript3()
I don't have access to the header of the HTML, so I just want to have all the code within the onchange event handler.
Any ideas?
Thanks.
David.