Subj : Alternative to JSObject in Rhino To : netscape.public.mozilla.jseng From : meghanai_99@yahoo.com (Meghana Joglekar) Date : Fri Feb 28 2003 05:58 pm Hello, I have a JFileChooser object in my applet. My javascript makes a call this applet method. I open FileChooser in separate thread so that my applet thread doesn't get blocked in Netscape 7.0. But this my javascript executes next steps and does not wait for FileChooser to return with some filepath. I want to make Javascript wait for that. I was looking into LiveConnect api i.e. JSObject which would have been a perfect solution but I read somewhere that Netscape 7.0 does not supprt LiveConnect. So I started looking into Rhino. Is there any alternative to talk back to my Javascript in Rhino? I am running out of time to find the solution for my problem. Any help, suggestions are appreciated. Thanks, Meghana Joglekar .