edburns%acm.org f3221c6814 Import Waterfall under the directory pluggable-jvm.
git-svn-id: svn://10.0.0.236/trunk@94499 18797224-902f-48f8-a5cc-f745e15eee43
2001-05-10 18:12:45 +00:00

21 lines
640 B
HTML

<HTML>
<HEAD>
<TITLE>Live connect sample</TITLE>
</HEAD>
<BODY>
<h1>Live Connect</h1>
<hr>
<applet codebase="." code="LC.class" width=150 height=150 MAYSCRIPT>
<param name=message value="First applet">
<param name=count value="15">
alt="Your browser understands the &lt;APPLET&gt; tag but isn't running the applet, for some reason."
Your browser is completely ignoring the &lt;APPLET&gt; tag!
</applet>
<applet codebase="." code="LC.class" width=150 height=150 MAYSCRIPT>
<param name=message value="Second applet">
<param name=count value="25">
</applet>
</BODY>
</HTML>