Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations John Tel on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by zyx1

  1. zyx1

    Equivilent IE "onpropertychange" event in firefox?

    You can use DOMAttrModified from firefox and it works perfectly fine. I'm using it to let me know when a hidden field value changes. Here's my code I'm using in a script control: this._onCCCHandler = Function.createDelegate(this, this._onCCC); //pHdnFld is the hidden field I want to track...

Part and Inventory Search

Back
Top