Re: [PHP-WIN] Form and enter key

2007-05-08 Thread bedul
sry OOT - Original Message - From: "Alf Stockton" <[EMAIL PROTECTED]> To: "php windows" Sent: Tuesday, May 08, 2007 6:24 PM Subject: Re: [PHP-WIN] Form and enter key > Dale Attree wrote: > > In your opening form tag > > > > > > >

Re: [PHP-WIN] Form and enter key

2007-05-08 Thread Alf Stockton
-Original Message- From: Alf Stockton [mailto:[EMAIL PROTECTED] Sent: 08 May 2007 12:57 PM To: php windows Subject: Re: [PHP-WIN] Form and enter key Alf Stockton wrote: I have created an HTML form that contains an input type text field coded as:- onBlur="sendRequest('.$ClientData.

RE: [PHP-WIN] Form and enter key

2007-05-08 Thread Gustav Wiberg
Hi! Maybe onEnter="Javascript." Or maybe onSubmit="Javascript" ? Best regards /Gustav Wiberg -Original Message- From: Alf Stockton [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 08, 2007 12:52 PM To: php windows Subject: [PHP-WIN] Form and enter key I have created an HTML f

RE: [PHP-WIN] Form and enter key

2007-05-08 Thread Dale Attree
To: php windows Subject: Re: [PHP-WIN] Form and enter key Alf Stockton wrote: > I have created an HTML form that contains an input type text field coded > as:- > onBlur="sendRequest('.$ClientData.",".$Event.',this.value)"> > > This calls an Ajax

Re: [PHP-WIN] Form and enter key

2007-05-08 Thread Alf Stockton
Alf Stockton wrote: I have created an HTML form that contains an input type text field coded as:- onBlur="sendRequest('.$ClientData.",".$Event.',this.value)"> This calls an Ajax script that populates the rest of the HTML form. This fields event is currently activated, in Firefox, via the TAB b