Re: Ajax call of textfield after pressing the Enter key

2013-04-27 Thread Martin Grigorov
Hi, On Sat, Apr 27, 2013 at 12:31 AM, Andre Schütz wic...@faustas.de wrote: Hello, I tried to find out how I can make a Ajax call from a textfield after pressing the Enter key. I want to reach the following: - The user types a name into the textfield - After pressing the Enter key, the

Re: Ajax call of textfield after pressing the Enter key

2013-04-27 Thread vineet semwal
hi, just minor correction, enter key is 13 .. On Sat, Apr 27, 2013 at 11:34 AM, Martin Grigorov mgrigo...@apache.orgwrote: Hi, On Sat, Apr 27, 2013 at 12:31 AM, Andre Schütz wic...@faustas.de wrote: Hello, I tried to find out how I can make a Ajax call from a textfield after

Ajax call of textfield after pressing the Enter key

2013-04-26 Thread Andre Schütz
Hello, I tried to find out how I can make a Ajax call from a textfield after pressing the Enter key. I want to reach the following: - The user types a name into the textfield - After pressing the Enter key, the value of the textfield will be processed on the server side I tried