1 |
Applet constructs are implemented in terms of a
-
special HTML tag: <APPLET codebase="URL directory path" code="Java class file name" width="numberpixels" height="numberpixels" >
-
where the URL and class file name points to a chunk of server side software that is to be downloaded and executed at the client side on each presentation of a page containing this applet which executes in window specified in size by width and height in pixels.
|