<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">onbeforeeditfocus</td><td valign="top" nowrap class="compatibility">NN <span class="emphasis">n/a</span> IE <span class="emphasis">5(Win)</span> DOM <span class="emphasis">n/a</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 just before an editable element receives official focus by a
user clicking or tabbing to the element. Editable elements include
text-oriented form controls and body elements set to be editable (see
the IE 5.5 <span class="literal">contentEditable</span> property of all
elements in Chapter 9). A function invoked
from this event handler can perform additional scripted actions, such
as setting the color of the element text, before the user begins
editing the content.
</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>			Text form controls; rendered elements in edit mode (IE 5.5 or later);
content governed by the DHTML Editing ActiveX control (see
http://msdn.microsoft.com/workshop/browser/mshtml/).
</p>
					</td>
				</tr>
			</table>
		</div>
</body>
</html>