I have this code to add an onChange event to a select control:
catid.attribute s['onChange'].value= "FilterByCatID( );";
alert(catid.att ributes['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.attribute s['onChange'].value= "FilterByCatID( );";
alert(catid.att ributes['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
Comment