VA wrote:
> I am interested in firing my own callback function whenever the *value*
> of the item changes, regardless of how it is changed.
IE in its DOM has onpropertychange as an event handler to be fired if
properties of a DOM element are changed:
<http://msdn.microsoft.com/library/default.asp?url=/workshop/author/dhtml/reference/events/onpropertychange.asp>
It will be fired when various properties are changed, to find out
whether the value property has been changed you then need to check
event.propertyName
--
Martin Honnen
http://JavaScript.FAQTs.com/