O4WImage routine
Description
Displays the image specified in <url> at the current location, using <text> as the 'alternate text'.
Syntax
O4WImage(text, url, linktype, linkto, target, id, style)
Parameters
The function has the following parameters:
Parameter | Description | |
---|---|---|
text | The alternate text to be displayed if the image is not found. | |
url | The URL to the image to be used. | |
linktype | The type of link. See O4WLINK for a list of valid <linktype> values. | |
linkto | If not null then image is also a link to the specified location. | |
target | Specifies the target browser window. | |
id | If <ID> is specified, this image can be addressed through style sheets individually. | |
style | If <style> is specified, the style is applied to the image that is generated. Note that <style> can be either the name of a style (as created by one of the O4W style functions, or as defined in an included style sheet), or it can be the returned value from one of the O4W style functions. If O4WHTMLOptions is specified as one of the style options, this may return HTML rather than actually embedding the image on the form. |