applet.getAppletContext().showDocument(URL url, String target) worked just fine with all browsers(ie & nn :))
rajac wrote: > Hi Friends, > > I am sending the request from applet to servlet. I want to display > the response in a html page. I am creating the html page in the servlet > itself. But when i send the request, the servlet gets initilized(this we > can see in the web server), and after that nothing happens. > > > But I am able to getback the response and display in the applet from > where i made request to the srevlet. > > > > The above one works fine when there is html instead of Applet as GUI. > > I think that the reason is, Applet keeps open the connection to > servlet. But i am not able to get how to overcome this. > > > > If the problem is not clear, plse ask me again. > > > > Thanks in advance. > > > > Regards, > > C.Raja > ___________________________________________________________________________ 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
