J
javelin
I have this code to add an onChange event to a select control:
catid.attributes['onChange'].value= "FilterByCatID();";
alert(catid.attributes['onChange'].value);
The alert box confirms that the event has been set, but on change of
the selectbox, nothing happens. Any ideas what I'm missing?
Thx.
Jav
catid.attributes['onChange'].value= "FilterByCatID();";
alert(catid.attributes['onChange'].value);
The alert box confirms that the event has been set, but on change of
the selectbox, nothing happens. Any ideas what I'm missing?
Thx.
Jav