<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></td>
				</tr>
				<tr>
					<td valign="top" nowrap class="usage"><p class="literal"></p>
					</td><td valign="top" nowrap class="requirements">Remont&eacute;e: oui; Annulable: oui</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="description"><p>Se d&eacute;clenche lorsque l'utilisateur appuie sur une touche de caract&egrave;re du clavier et la rel&acirc;che. La s&eacute;quence d'&eacute;v&eacute;nements est: <span class="literal">onkeydown</span>, <span class="literal">onkeyup</span> et <span class="literal">onkeypress</span>. L'instance de l'objet <span class="literal">event</span> pour ces &eacute;v&eacute;nements contient des informations sur le caract&egrave;re de la touche qui a &eacute;t&eacute; enfonc&eacute;e. Reportez-vous au chapitre 6 pour plus de d&eacute;tails sur le traitement des &eacute;v&eacute;nements de clavier compatibles avec les diff&eacute;rents navigateurs.
</p>
							</td>
						</tr>
				<tr>
					<td valign="top" colspan="2" class="CLEARSEPARATION">&#160;</td>
				</tr>
				<tr>
					<td valign="top" colspan="2" class="typicaltargets"><span class="title">Cibles typiques</span></td>
				</tr>
				<tr>
					<td colspan="2"><p>Tous les &eacute;l&eacute;ments affich&eacute;s pouvant recevoir l'activation, plus l'objet <span class="literal">document</span>.
</p>
					</td>
				</tr>
			</table>
		</div>
</body>
</html>