|
Sample Applet Parameters <center> <table border=2> <tr> <td width="400"> <applet code="Janim snow.class" width=400 height=238> <param name="image" value="lake302.jpg"> </applet><applet code=Andy2.class width=400 height=120> <param name=image value="lake302a.jpg"> <param name=notop value="1"> <param name=wsize value="-30"> </applet></td></tr></table> </center> Note: The closing tag for the first applet and the opening tag for the second applet should be as above, on the same line with no spaces between. This assures the bottom applet will be up against the top applet with no space in between. |