<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">onkeypress</td><td valign="top" nowrap class="compatibility">NN <span class="emphasis">4</span> IE <span class="emphasis">4</span> DOM <span class="emphasis">3</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 after the user presses and releases a keyboard character key.
The event sequence is: <span class="literal">onkeydown</span>,
<span class="literal">onkeyup</span>, and <span class="literal">onkeypress</span>. The
instance of the <span class="literal">event</span> object for these events
contains information about the character of the pressed key. See
Chapter 6 for details on cross-browser handling of
keyboard events.
</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 focusable rendered elements, plus the <span class="literal">document</span>
object.
</p>
					</td>
				</tr>
			</table>
		</div>
</body>
</html>