Subj : SpiderMonkey & DOM To : netscape.public.mozilla.jseng From : lyg Date : Wed Jan 26 2005 03:07 pm Hi everyone, I am a student and want to do some things on DOM by using spidermonky. I am puzzlied after readed DOM2CORE and DOM2HTML specifications. In DOM2CORE, it is mentioned that it is a way to implement DOM by JavaScript. In other ways, there is a javascript binding with DOM. But how can i implement this binging? Is it possible to init the dom and htmldom classes by calling SpiderMonkey API? For example, I call SpiderMonkey API to implement the properties, methods and event handlers of the objects such as window, document, anchor , form, input element. Thanks and regards, lyg .