<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">onchange</td><td valign="top" nowrap class="compatibility">NN <span class="emphasis">2</span> IE <span class="emphasis">3</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: No (IE); Yes (NN 6); Cancelable: Yes (IE); No (NN 6)&nbsp;&nbsp;</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="description"><p>Fires when a text-oriented form control or <span class="literal">select</span>
element loses focus, and its content or chosen item is different from
what it was when the element most recently gained focus. Use this
event in text-type <span class="literal">input</span> and
<span class="literal">textarea</span> elements to validate an entry for that
one field. But also include form-wide validation with the
<span class="literal">form</span> element's
<span class="literal">onsubmit</span> event handler. This event fires before
the <span class="literal">onblur</span> event.
</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-type <span class="literal">input</span>, <span class="literal">textarea</span>, and
<span class="literal">select</span> elements.
</p>
					</td>
				</tr>
			</table>
		</div>
</body>
</html>