FORMIMAGE v16

This function and procedure generates the <INPUT> tag with TYPE="image". This tag creates an image field that the user clicks to submit the form.

Syntax

The following is the syntax for HTP:

HTP.FORMIMAGE (
   cname          IN       VARCHAR2
   csrc           IN       VARCHAR2
   calign         IN       VARCHAR2   DEFAULT NULL
   cattributes    IN       VARCHAR2   DEFAULT NULL);

The following is the syntax for HTF:

HTF.FORMIMAGE (cname, csrc, calign, cattributes) RETURN VARCHAR2;

Parameters

ParameterPurpose
cnameThe value for the NAME attribute
csrcThe value for the SRC attribute, which specifies the image file
calignThe value for the ALIGN attribute
cattributesOther attributes to include as is in the tag