bonjour, j'aimerais affecter un raccourcis clavier : la touche Entée , à un bouton de formulaire .
formulaire :
j'utilise Ajax( prototype JS).
merci
Modifié par vanbom (17 Dec 2008 - 11:23)
formulaire :
<form>
<input type="text" name="TexteSearch" id="TexteSearch" style="width:200px; height:22px; font-size:20px" />
<input type="button" value="Search" onclick="Chercher($F('TexteSearch'))" />
</form>
.j'utilise Ajax( prototype JS).
merci
Modifié par vanbom (17 Dec 2008 - 11:23)