Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
OnKeyPress on Input
Message
De
12/03/2012 14:49:17
 
 
À
12/03/2012 14:39:59
James Blackburn
Qualty Design Systems, Inc.
Kuna, Idaho, États-Unis
Information générale
Forum:
Javascript
Catégorie:
Autre
Divers
Thread ID:
01538034
Message ID:
01538102
Vues:
28
>This is easy if you use jquery.
>
>$(document).delegate(':input','keypress',function(e){
>   if (this.id == 'whatever') {
>      document.forms[0].submit(); // or something like that.
>    }
>})
>
No jquery here but whatever is done there can be done in Javascript.

But, thans for the reference
Michel Fournier
Level Extreme Inc.
Designer, architect, owner of the Level Extreme Platform
Subscribe to the site at https://www.levelextreme.com/Home/DataEntry?Activator=55&NoStore=303
Subscription benefits https://www.levelextreme.com/Home/ViewPage?Activator=7&ID=52
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform