on up back w3c Fifth International World Wide Web Conference

Running Mortgage Applet

<HTML>
<HEAD>
<TITLE> Mortgage Calculator </TITLE>
</HEAD>
<BODY>
<APPLET code="MortgageApp.class" WIDTH=500 HEIGHT=300>
If you see this text, it means that you are not running a Java-capable browser.
</APPLET>
</BODY>
</HTML>


Java - An Introductory Language Tutorial (E.A.Johnson)