posted 24 years ago
hi srinivas,
you cannot display the contents from servlet to the browser directly after receiving the data from an applet .
again you have to sendback the data to an applet using I/O streams.After reading the data in an applet ,show the content
in the browser using getAppletcontext().showdocument() or
redirect the URL.
from
Anand