Asad, Why don't you just have your Applet open a socket back to the host and communicate directly with the server? It would then work on IE and Netscape browsers.
Regards, Richard -----Original Message----- From: Asad [mailto:[EMAIL PROTECTED] Sent: Monday, June 23, 2003 9:12 PM To: [EMAIL PROTECTED] Subject: Applet-JSP communication Hi all, I have to communicate from an Applet to a JSP. For that I am using the netscape.javascript.JSObject.getWindow(Applet) code, which calls on a javascript, from where I submit to a JSP. I am using Netscape 7 on RedHat Linux 8.0 with jre 1.3.1 The problem is Netscape is closing at the point of submit , when the jsobject.getWindow is call with jre 1.3.1 and with jre 1.4.1 I am getting some AThread exception. This is the code which is giving trouble: /** win = JSObject.getWindow(this); win.call("doSubmit", new Object[] {String1,String2}); **/ can anybody throw some light on where the problem is. Thanks and Regards Asad =========================================================================== To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST". Some relevant archives, FAQs and Forums on JSPs can be found at: http://java.sun.com/products/jsp http://archives.java.sun.com/jsp-interest.html http://forums.java.sun.com http://www.jspinsider.com =========================================================================== To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST". Some relevant archives, FAQs and Forums on JSPs can be found at: http://java.sun.com/products/jsp http://archives.java.sun.com/jsp-interest.html http://forums.java.sun.com http://www.jspinsider.com
