You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
274 B
HTML

<html>
<head>
<title>Applet Code Element</title>
</head>
<BODY>
<applet id="javaclass"
code=yourjava.class
width=400
height=240>
<param name="param1" value="1">
<param name="param2" value="2">
</applet>
</body>
</html>