openbsd-ports/www/mindterm/files/applet.html

21 lines
493 B
HTML
Raw Normal View History

<html>
<head>
<title> mindterm </title>
</head>
<body>
<h2>Mindterm</h2>
<p>This window controls the applet and the applet will be terminated once this window is closed or you leave this page.</p>
<applet code="com.mindbright.application.MindTerm.class"
archive="mindterm_ns.jar" width="0" height="0">
<param name=cabinets value="mindterm_ie.cab"/>
<param name=sepframe value="true"/>
<param name=autoprops value="both"/>
<param name=debug value="true"/>
</applet>
</body>
</head>