Link to home
Start Free TrialLog in
Avatar of LeeRobbins
LeeRobbins

asked on

Cannot get onpropertychange event to execute in Mozilla or Firefox browsers

I am using .NET for my web application and cannot get the onpropertychange event to fire off if the web app is being rendered in either Mozilla or Firefox. Works fine with IE and Netscape. Basically what I am doing is passing a text string from a popup window to a hidden input on the main window which should pass the string on (from this hidden input) to another control on the page (that the hidden input is not a part of and cannot be included onto).
ASKER CERTIFIED SOLUTION
Avatar of RedKelvin
RedKelvin

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of RedKelvin
RedKelvin

Same link again, as for your other problem, it may be the same cause. The event is probably only fired if actually changed by the user
http://www.codeproject.com/aspnet/OnChangeHarmful.asp
this is no doubt the same problem as your other question, this link should provide you with some answers
http://www.thescripts.com/forum/thread491842.html

RedK