Subj : Spidermonkey and DOM ? To : netscape.public.mozilla.jseng From : Ahmed Abu Yaman Date : Sun Oct 03 2004 04:49 pm hi I used the javascript engine(Spidermonkey) as stand alone engine, but this doesn't recognize some javascript objects such as document and window (DOM APIs) { .. document.write("
something
"); .. .. } somebody can help me how to use Spidermonkey with DOM APIs. Good Days .