21 lines
640 B
HTML
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 <APPLET> tag but isn't running the applet, for some reason."
|
|
Your browser is completely ignoring the <APPLET> 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>
|
|
|