The OWA_IMAGE
package provides an interface to access the coordinates where a user clicked on an image.
See Also:
For more information about implementation of this package:The chapter contains the following topics:
Summary of OWA_IMAGE Subprograms
Overview
Types
Variables
Examples
Use this package when you have any image map whose destination links invoke the PL/SQL Gateway.
This datatype (point
) contain the X
and Y
values of a coordinate, and so provides the coordinates of a user's click on an imagemap. It is defined as:
TYPE POINT IS TABLE OF VARCHAR2(32767) INDEX BY BINARY_INTEGER
Table 214-1 OWA_IMAGE Package Subprograms
Subprogram | Description |
---|---|
Gets the X value of a point type |
|
Gets the Y value of a point type |
This function returns the X
coordinate of the point where the user clicked on an image map.