I have a hidden field thats value is changed and then in turn using the "onpropertychange" function it updates something else. This works in IE but not in firefox is there a workaround?
whatever code you're using to programatically change the hidden field's value, do whatever you're doing next there, rather than in the onpropertychange event.
Without further information (and maybe some code), it occurs to me that wherever the statement is that you use to change the value of the hidden field, just make the next line of code the function call (or whatever you've got) that you want to happen next.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ O Time, Strength, Cash, and Patience!
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.