request.imageX (Property)

The X coordinate of the mouse when an image map is clicked on.

Availability:

JavaScript - 1.1
Netscape Enterprise Server - 2.0
Property/method value type:Number primitive
JavaScript syntax:NESrequest.imageX

If a client-side input object whose type is "image" was used, this is the horizontal coordinate value of the mouse relative to the origin of the image when the user clicked the button on the image.

This would have been placed into the page with a tag like this:

   <INPUT TYPE="image" NAME="imageName" SRC="...">