Re: Ajax call of textfield after pressing the Enter key

2013-04-26 Thread vineet semwal
hi, just minor correction, enter key is 13 .. On Sat, Apr 27, 2013 at 11:34 AM, Martin Grigorov wrote: > Hi, > > > On Sat, Apr 27, 2013 at 12:31 AM, Andre Schütz wrote: > > > Hello, > > > > I tried to find out how I can make a Ajax call from a textfield after > > pressing the Enter key. I want

Re: Ajax call of textfield after pressing the Enter key

2013-04-26 Thread Martin Grigorov
Hi, On Sat, Apr 27, 2013 at 12:31 AM, Andre Schütz 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 value of the t

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 AjaxFormSubmitBe