Hi, I have a strange problem with checkbox onChange behavior. This checkbox is displayed in iframe and was created dynamicly via innerHTML method. On the checkbox is applied onChange. In Firefox everything works OK. In Explorer not: When I click on the checkbox and the checkbox becomes unchecked nothing happens (I have only one alert() in the function which is triggered by the onChange). The alert window appears as late as I click somewhere (anywhere) in the iframe.
Is it normal? Have you heard something about this? Any message appreciated. Thank you.