Image File Url

This element tells the applet the location from which to load the image file. This url may be either relative to the current document or an absolute url.

Example

For example lets suppose you have icon image "folderopen.gif" in a subdirectory of "images" that you wish to refer to as "OpenFolder", the image parameter would be,

<param name="image1" value="OpenFolder|./images/folderopen.gif">

Notice that in this example a relative url is used, an absolute url may also be specified

e.g. <param name="image1" value="OpenFolder|http://www.jpowered.com/images/folderopen.gif">

Default

There are no default values for this parameter.
If there is an error whilst trying to load the image from the supplied url then the current parameter will be skipped and no entry will be made in the image list.