Subj : Re: server-side compilation using spidermonkey To : netscape.public.mozilla.jseng From : wyl_lyf Date : Thu Jan 06 2005 01:24 pm Hello! Thanks for the patience. I tried the program. But I don't think it detects any syntax errors because if I placed in an unknown object name. it still says okay.?? I checked the usage of the API JS_BufferIsCompilableUnit but I can't see it on spidermonkey? can this process this input file: Response.Write ("\n"); Response.Write ("\n"); Response.Write ("Customer\n"); Response.Write ("\n "); Response.Write ("\n"); Response.Write ("\n"); Response.Write (" \n"); mytest.example(); Response.Write (" \n"); Response.Write ("\n"); Response.Write ("\n"); thanks again! .