The Parameter Tag

ken's picture

Opening tag : <Parameter>
Closing tag: </Parameter>

Purpose:
The Parameter tag passes parameters to an applet. It is used inside a Applet Tag.

Attributes:
ID=name
- Parameters can be given an ID to allow them to be referenced or manipulated dynamically.

Name=name
- The name of the attribute so it can be accessed by the Applet.

Value=value
- The value carried by the parameter.

Example:

<!-- Copyright (c) Web Guru Guide.com -->

Related Tags:

Applet Tag

Back to:
Alphabetical Guide
Guide By Type