The Artima Developer Community
Sponsored Link

Java Answers Forum
Applet Servlet Communication

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
Suresh

Posts: 2
Nickname: sureshb
Registered: Mar, 2003

Applet Servlet Communication Posted: Mar 24, 2003 11:10 PM
Reply to this message Reply
Advertisement
Hi,
I have written an applet to communicate with a servlet,
my applet accepts information from user and sends some info to servlet when a button is clicked, and the servlet processes the information and returns a file(txt or gif),
my problem is when the button is clicked servlet seems to write the file to the outputstream, but it doesn't come to the client, because applet is still running, I want to dispose this applet so that the dialog box for downloading the file appears.


Any help is appreciated,
Thanks,
Suresh

Topic: invoking class methods Previous Topic   Next Topic Topic: Small Int coding issue

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use