Subj : Re: Repost: Script calling script - please advise! To : netscape.public.mozilla.jseng From : GeorgeNava Date : Mon Feb 14 2005 09:06 am Oops, scratch that! That's what I get for googling without verifying :-( > #include myobject.js > > my = new myobjectclass(); // in myobject.js > > > Ludovic Delabre wrote: > >> Hi! >> Don't know about Java but I assumes the concept are identical of the >> ones in C. So just expose a native method to your script which >> compile/execute scripts... >> >> That's working fine in C... :-) >> >> Ludovic. >> >> redcoat wrote: >> >>> Hi - sorry for the repost, but I really need to figure this one >>> out....does anyone have any ideas? >>> >>> thanks! >>> >>> David >>> -------------------------------------------------------------- >>> Hi, >>> >>> >>> Just wondering what the method is for a script to call another script? >>> >>> >>> I am compiling a script and running it, in Java, and want that script >>> to be able to call another compiled script (and ideally continue >>> execution in the initial script when the second one completes). >>> >>> >>> Many thanks, >>> >>> David >>> .