OWA_IMAGE is a package providing simple functions that are for handling image maps.
- point
This provides the x and y coordinates of a user's click on an image map..
- null_point
This is a variable used to default point parameters. X and Y both are NULL..
- 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.
- 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.
Go to the top of the section.
Go to the previous topic.
Go to the next topic.
Go to the Table of Contents.
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.