Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
OnKeyPress on Input
Message
From
12/03/2012 14:49:17
 
 
To
12/03/2012 14:39:59
James Blackburn
Qualty Design Systems, Inc.
Kuna, Idaho, United States
General information
Forum:
Javascript
Category:
Other
Miscellaneous
Thread ID:
01538034
Message ID:
01538102
Views:
27
>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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform