Name
Parameter
Description
Sets a parameter for a Java applet. Multiple PARAM tags can be used
within an APPLET tag to set parameters for a Java
applet.
Attributes
NAME
Specifies the value's name.
VALUE
Sets the value for the parameter.
TITLE
This attribute creates a tooltip when the user hovers
the mouse cursor over the link.
Related Tags
This tag is used within the APPLET tag.
Example
Code
<applet codebase="http://www.groupboard.com/java"
code="groupboard.class" archive="groupboard.jar"
width="550" height="680">
<param name="background_red"
value="220">
<param name="background_green"
value="220">
<param name="background_blue"
value="220">
<param name="BOARD_ID"
value="67790">
<param name="NEED_PASSWORD"
value="false">
</applet>
© Martin Allen 1999 - 2006. Last updated Monday 23 October 2006 09:14:43 PM +0100.
|