Is there any events in netscape as 'onPropertyChange' in IE?
blackpard
2:58 am on Aug 22, 2004 (gmt 0)
Hi, I've used the onpropertychange event handler in my script, but i doesn't work in netscape. :( Any one knows some similar events in netscape? I bind the event with 'TABLE' element. Thank you!
Bernard Marx
9:23 am on Aug 22, 2004 (gmt 0)
I'm pretty sure there isn't.
In that JS model, all objects inherit a watch method, which could be used to attempt to emulate a onPropertyChange setter, but watch() doesn't seem to detect things like offsetWidth changes.