This illustrates a Netscape3-specific method of
generating HTML on-the-fly in Java and sending it to the
browser.
As a very simple example, enter some plain text in
the TextField below, and hit the "Generate HTML" button.
The Java source code used is available at
TestHTML.java, which makes
use of the ShowHTML class.