12 lines
252 B
HTML
12 lines
252 B
HTML
<html>
|
|
<body>
|
|
<!--
|
|
<applet code="ase.test.awk.AwkApplet" codebase="../../.." width="200" height="200"></applet>
|
|
-->
|
|
<applet code="AwkApplet" archive="AwkApplet.jar" codebase="." codebase="../../.." width="200" height="200">
|
|
</applet>
|
|
|
|
</body>
|
|
</html>
|
|
|