TOC PREV NEXT INDEX

Put your logo here!


clientX


Returns the horizontal coordinate of the event within the DOM client area.

Syntax

returnType = event.property 

Parameters

param is a something.

Example

// example here 

Notes

clientX is part of the DOM Level 2 Event Model for compatibility with older event models. It was used to blah blah.

See also clientY.

Specification

link to spec 


mozilla.org | mailto:oeschger | bug 93108
TOC PREV NEXT INDEX