martin2k

The PARAM Tag

HomeForumTutorials Tags:
 
 

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>


Please fill in the below form if you have any comments or additional information you want to add about the above information.  If you have any questions, please visit the ForumAny questions sent using this form will be ignored.

* - Mandatory

*Name: E-mail:

*Comments:

*Please type the following code (your comment cannot be accepted without it):


© Martin Allen 1999 - 2006.  Last updated Monday 23 October 2006 09:14:43 PM +0100.