Inserting Applets Within Your Web Page
To insert a applet within your web page open the applet HTML file you saved in a text editor or web authoring program and simply copy and paste the applet tag to the destination HTML page. When inserting applet tags within pages its a good idea to save the applet in the same folder as the page you wish to place it in, this way all relative image and class file refrences within the applet tag will point to the correct files.
Note: To work on a Composer Applet alreay inserted in a web page, open the HTML file containing the Applet with Composer, any changes saved will be refleced in the Applet on that page.