View Single Post

Old 05-13-2008, 04:32 PM   #1 (permalink)
javarunner
Junior Member
 
Join Date: Apr 2008
Posts: 5
Rep Power: 0 javarunner is on a distinguished road
Problem with onchange event on SELECT

I am using Ajax to provide dynamic HTML SELECTs in what is a very static legacy web app. I build the SELECT/OPTION tags using the DOM api. I set an attribute on each SELECT to point to an 'onchange' event.
Everything works fine until I port to IE7, in which the events do not fire. It works correctly in Firefox and Safari.
Does anyone know of a work-around for this odd IE behaviour?
TIA...
javarunner is offline   Reply With Quote