<html>
<head>
<title>Add Two Applet</title>
</head>

<body bgcolor=lightyellow>

<H2>Simple Applet Calculator</H2>
<HR>

<div style="width:299; border:thin solid; ">


    <applet code="TwoAdd.class" width="300" height="60">
        This program requires a Java-enabled browser.
    </applet>

<!--
    <object classid="clsid:8AD9C840-044E-11D1-B3E9-00805F499D93"
	    codebase="http://java.sun.com/products/plugin/autodl/jinstall-1_4_0-win.cab" 
	    width="300" height="60">
        <param name="Code" value="TwoAdd.class">
        This program requires a Java-enabled browser.
    </object>
-->
</div>

<BR><BR>
<B>It's a beginning... 
<BR>but I am not necessarily impressed.</B>
</body>
</html>