Subj : Re: Possible bug with javascript(document.images) using Rhino js.jar To : netscape.public.mozilla.jseng From : Martin Honnen Date : Tue Jan 18 2005 03:07 pm neelima wrote: > I have the following javascript function that alerts the image name in > the jsp. > It works fine when invoked from the browser. > But when I invoke from the HttpUnit program I get undefined value. You might want to ask on the HttpUnit mailing list, I don't think this is a Rhino problem, Rhino only implements the JavaScript core language and the binding to Java objects but HttpUnit needs then to implement objects for HTML elements exposing a name property. -- Martin Honnen http://JavaScript.FAQTs.com/ .