Instructions
Simply include this applet tag
within a web page and be sure to place the minimum version numbers that
are required for you purposes.
<applet code="AppletVerify.class"
codebase=""
archive="appletverify.jar"
width="400"
height="220">
<param name="major.version"
value="1">
<param name="minor.version"
value="4">
<param name="downloadUrl" value="http://java.com/en/download/download_the_latest.jsp">
</applet>
|