<html>
<link rel="stylesheet" href="josh.css">
<body bgcolor="#FFFFFF">

		<div id="Description">
			<table cellpadding="0" cellspacing="0" border="0" width="100%" class="main">
				<tr><td valign="top" class="name">MouseEvent</td><td valign="top" nowrap class="compatibility">NN <span class="emphasis">6</span>  IE <span class="emphasis">n/a</span> DOM <span class="emphasis">2</span>&nbsp;&nbsp;</td>
				</tr>
				<tr>
					<td valign="top" nowrap class="usage"><p class="literal"></p>
					</td><td valign="top" nowrap class="requirements">&nbsp;&nbsp;</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="description">
						<p>The W3C DOM <span class="literal">MouseEvent</span> object is an abstract
object that contains the properties and methods shared by every
instance of a W3C DOM mouse-related event. This object inherits
characteristics from the W3C DOM <span class="literal">Event</span> and
<span class="literal">UIEvent</span> objects. The properties (information such
as click coordinates) and methods of this object are blended into the
directly scripted <span class="literal">event</span> object. See the discussion
of the <span class="literal">event</span> object earlier in this chapter for
specific property and method support for this object and how these
items are inherited by more specific event types.
</p>
												</td>
</tr>
			</table>
		</div>

</body>
</html>