Subj : String property & DOM synchro To : netscape.public.mozilla.jseng From : frutos Date : Mon Jun 21 2004 04:08 pm Hi, I'm having the folowing problem : In my DOM, Objects can have a String property, whitch is created on the fly (JSString copied from my own string implementation) as some script is asking for access. This works OK for simple Get/Set operations, the problem arises when using JScript String's methods, as in this kind of setup, the actual string the script is working on is a 'flying' object and the DOM's property (witch should get copyed back from the String) never gets updated after modification by the method. I'd be glad if someone hinted me about some way to intercept changes in the string or some way to 'overload' the String type in order to keep my DOM in sinc .. Thanks. Lorenzo. .