Previous|Next|Index

A Guide to Applet Programming

The first thing to know is how to include an applet in an HTML page. We use a new experimental HTML tag(*).
<APP CLASS=modname.classname
     SRC=url
     ARG1=value1
     ARG2=value2
     ...>
Attributes:
(*) Note: the <APP> tag is actually illegal SGML because of its arbitrary attribute values. Work is underway to design a conformant interface.

Previous|Next|Index