<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">DOMActivate</td><td valign="top" nowrap class="compatibility">NN <span class="emphasis">n/a</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">Bubbles: Yes; Cancelable: Yes&nbsp;&nbsp;</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="description"><p>Fires when a user begins interacting with an element, such as
clicking a button or typing a character into a text box. The event
object's <span class="literal">detail</span> property passes
an integer that contains more information about the event:
<span class="literal">1</span> for unmodified single clicks;
<span class="literal">2</span> for actions with modifier keys or double clicks
(what the DOM specification calls
<span class="emphasis">hyperactivation</span>).
</p>
							</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&nbsp;</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="typicaltargets"><span class="title">Typical Targets</span></td>
				</tr>
				<tr>
					<td colspan="2"><p>			All rendered elements that are capable of receiving focus normally
(such as form controls and links), plus any other rendered element
for which the <span class="literal">tabindex</span> attribute is assigned a
value.
</p>
					</td>
				</tr>
			</table>
		</div>
</body>
</html>