Subj : Re: Newbie: execute javaScript-code To : jupp4711 From : Igor Bukanov Date : Wed Jul 28 2004 02:23 am juppi wrote: > hello rhino-experts, > > i'm still newbie with rhino and this might be a simple question: > > i have a quit long javaScript-code stored in an Java-string and want to execute it. as result i need the html-code thats produced by the js-code. Rhino is just a JS engine implementing ECMAScript standard and does not contain implementation of DOM model or browser-specific objects or functions. See http://httpunit.sourceforge.net/ for such implementation. Regards, Igor .