17 lines
477 B
HTML
17 lines
477 B
HTML
<HTML>
|
|
<HEAD>
|
|
<TITLE>Another LiveConnect sample</TITLE>
|
|
</HEAD>
|
|
<BODY>
|
|
<h1>Live Connect</h1>
|
|
<hr>
|
|
<applet codebase="." code="LC1.class" width=150 height=150 MAYSCRIPT>
|
|
<param name=message value="First applet">
|
|
<param name=count value="5">
|
|
alt="Your browser understands the <APPLET> tag but isn't running the applet, for some reason."
|
|
Your browser is completely ignoring the <APPLET> tag!
|
|
</applet>
|
|
</BODY>
|
|
</HTML>
|
|
|