Top Previous Next TOC Index

OWA_IMAGE


OWA_IMAGE is a package providing simple functions that are for handling image maps.


Datatypes

point
This provides the x and y coordinates of a user's click on an image map..


Package Variables

null_point
This is a variable used to default point parameters. X and Y both are NULL..


Procedures and Functions


owa_image.get_x

Syntax
owa_image.get_x(p)

Purpose
This is a function that produces the X coordinate of the image map.

Parameters
p in point

Generates
X coordinate as integer.


owa_image.get_y

Syntax
owa_image.get_Y(p)

Purpose
This is a function that produces the Y coordinate of the image map.

Parameters
p in point

Generates
Y coordinate as integer.


Click Here to Go to the top of the section.

Click Here to Go to the previous topic.

Click Here to Go to the next topic.

Click here to Go to the Table of Contents.

Click here to Go to the Index.


This document was last modified at 05:39pm PST on March 27, 1996.

To report any problems or comments, e-mail Oracle WebServer Documentation.