<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">EventTarget</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">EventTarget</span> object is the events
module connection with nodes that actually receive events. All node
objects (especially text and element nodes in an HTML document tree)
implement the <span class="literal">EventTarget</span> object, thus giving
those nodes the three methods that belong to the
<span class="literal">EventTarget</span> object: <span class="literal">addEventListener(
)</span>, <span class="literal">dispatchEvent( )</span>, and
<span class="literal">removeEventListener( )</span>. In other words, every node
in a document is also an <span class="literal">EventTarget</span> object.
</p>
												</td>
</tr>
			</table>
		</div>

</body>
</html>