Forum Moderators: open

Message Too Old, No Replies

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)

WebmasterWorld Senior Member 10+ Year Member



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.

Which particular propertie(s) are you monitoring?