Hi,
I am creating a system that uses servlets and applets together, and I have
found that everything works fine in IE, but when I use Netscape things just
don't work as expected.
In one of my applets it gets a response from a servlet. If the servlet
sends back an "everything is ok" response then the applet should call the
doGet() method of another servlet via:
getAppletContext().showDocument(url, "_parent");
Now this does what it should in IE, but in netscape this line is executed,
but nothing happens, netscape just does nothing - it does not hang, because
I can still manually type in a url. In fact if I type in the url that I
pass to showDocument() then the system proceeds as I want. (How do I know
it does showDocument()? well I have a System.err.println statement before
and after showDocument, and they are both displayed to the plugin console).
Can anyone explain what is going on? Does anyone have the same problem?
I am using IE 5.0 and Netscape Navigator 4.08, I am using the Java Plugin 1.3.
Thanks in advance
Nelson
___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".
Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html