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

Reply via email to