Subj : Re: Executing "Alert('Coucou')" on Rhino Shell ? To : netscape.public.mozilla.jseng From : Martin Honnen Date : Tue Apr 19 2005 02:51 pm 751 wrote: > I'm starting with Rhino and I have a prbolem with Rhino Shell, when I > write a line of code in the shelle with one of the key words of the > Javascript like: "Alert(' Hello ')", it did not reconize "Alert" and I > do not know with what it is due. Read the documentation of the shell then if you want to output something in the shell use print(expression); e.g. print('Hello World!'); -- Martin Honnen http://JavaScript.FAQTs.com/ .