Subj : server-side compilation using spidermonkey To : netscape.public.mozilla.jseng From : wyl_lyf Date : Thu Jan 06 2005 07:09 am Hello! Good day! :) I would like to ask if its possible for spidermonkey to compile javaascript embedded in a server response (i.e. response.write(""...). It won't run or execute the script since it will fail because there are objects that cannot resolve. It should just check for javascript syntax errors inside the (). any ideas? thanks! .