Hello,
I'm converting an IE only page to be cross browser compliant (finally!). I'm running into one problem which I don't know of a graceful way to get around. I have a hidden text field which I attach a "onpropertyhchange" event. When the page loads, I attach several functions to that event.
Later, typically after an AJAX call, I simply update the value in the hidden text so the "onpropertychange" event fires and all the functions are run.
My problem is that the "onpropertychange" event is only for IE.
Do you have any ideas to provide the same functionality to trigger an event through a hidden text field?
Thanks in advance for your help!
I'm converting an IE only page to be cross browser compliant (finally!). I'm running into one problem which I don't know of a graceful way to get around. I have a hidden text field which I attach a "onpropertyhchange" event. When the page loads, I attach several functions to that event.
Later, typically after an AJAX call, I simply update the value in the hidden text so the "onpropertychange" event fires and all the functions are run.
My problem is that the "onpropertychange" event is only for IE.
Do you have any ideas to provide the same functionality to trigger an event through a hidden text field?
Thanks in advance for your help!