Subj : Re: SM: run a script from a native function To : netscape.public.mozilla.jseng From : Marcello Bastea-Forte Date : Fri Jan 09 2004 08:37 pm >> >> Does that mean I shouldn't be doing the following: > > Certainly not. I was answering a question about JS_EvaluateScript. My > answer did not exclude other API entry points from being used together > to compile and execute (in a word, evaluate). Provided I understand your answer to meaning I shouldn't be using that code, how would you suggest I allow for 'including' of other scripts? I want the included script to essentially work as if it were included straight into the code (so same global object). Marcello .