Subj : Reinitialize standard classes To : netscape.public.mozilla.jseng From : Solar Date : Thu Apr 10 2003 06:29 pm Hi! There is a function JS_ResolveStandardClass() in jsapi.c, but the API reference does not describe it. I found when the argument 'id' that present a standard class name, this class will be initialized. I insert some code in the funtion for debugging, and found the standard classes were reinitialized many many times in the Mozilla environment. Is that right? .