[3820] in java-interest
How create HTML for the browser to display?
daemon@ATHENA.MIT.EDU (Dave Lennert)
Tue Nov 28 23:12:11 1995
To: java-interest@java.sun.com
Date: Tue, 28 Nov 95 17:35:02 PST
From: Dave Lennert <davel@ibeam.jf.intel.com>
I have an applet that generates HTML text that it then wants the
browser to display.
It seems the only way to direct the browser to display HTML is via
an URL: getAppletContext().showDocument(URL).
I can write my HTML into a local file and construct an URL to that
file, however, Netscape 2.0 apparently won't let me create/write a
local file (appletviewer does).
Is there a way I can direct the browser to display HTML text by giving it,
e.g., an InputStream rather than an URL?
Alternately, is there a way I can get Netscape to let me write a local
temporary file?
-
This message was sent to the java-interest mailing list
Info: send 'help' to java-interest-request@java.sun.com