I'm using a Servlet to generate (through the HTTPServletResponce) an html page. I'm calling the Servlet from an Applet. The Applet passes a String "Some Report Title" to the Servlet using ObjectOutputStream.WriteObject. The report is generated and a PrintWriter (out) is used to create the HTML page. For some reason the Browser never sees the page.
I searched the forum, but did not want to create a temp file and send the name to the Applet using showDoc to display the HTML. It seems to me that I should be able to use the Servlet Responce to display a generated web page. I just need to figure out how to make the Applet let the Servlet Responce take control of the browser, if possible.
Thanks for the help.
I searched the forum, but did not want to create a temp file and send the name to the Applet using showDoc to display the HTML. It seems to me that I should be able to use the Servlet Responce to display a generated web page. I just need to figure out how to make the Applet let the Servlet Responce take control of the browser, if possible.
Thanks for the help.