[PHP-WIN] Form and enter key

2007-05-08 Thread Alf Stockton
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 but the user has requ

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

RE: [PHP-WIN] Form and enter key

2007-05-08 Thread Dale Attree
In your opening form tag In CheckKey, check if enter was hit, if so call your AJAX function. If the submit button was clicked, your keycode will be blank and then you can submit the form. Dale -Original Message- From: Alf Stockton [mailto:[EMAIL PROTECTED] Sent: 08 May 2007 12:57 PM

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 Alf Stockton
Dale Attree wrote: In your opening form tag In CheckKey, check if enter was hit, if so call your AJAX function. If the submit button was clicked, your keycode will be blank and then you can submit the form. Thank you Dale. What I have done so far is alter the HTML FORM line to:- onSubmit='r

[PHP-WIN] How to access a DLL compiled in VC++ in PHP?

2007-05-08 Thread Raghavendra V. Kulkarni
Hello, Please provide pointers to access a DLL compiled by us (so, we have access to the source code) in VC++ in PHP pages. Regards, Raghu ## The infor

[PHP-WIN] No properties

2007-05-08 Thread Alf Stockton
Please tell me why :- if (window.event.keyCode != 13)) Gives me :- window.event has no properties http://10.0.0.3/Events/js/ajax.js Line 39 in Firebug -- Regards, Alf Stocktonwww.stockton.co.za You will be called upon to help a friend in trouble. My email disclaimer is available a

[PHP-WIN] Re: No properties

2007-05-08 Thread M.Sokolewicz
Alf Stockton wrote: Please tell me why :- if (window.event.keyCode != 13)) Gives me :- window.event has no properties http://10.0.0.3/Events/js/ajax.js Line 39 in Firebug Alf, please, you keep asking clearly JavaScript-related questions on a PHP list. Take them to a javascript list where p

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 > > > > > > > > In CheckKey, check if enter was hit, if so call your AJ

Re: [PHP-WIN] How to access a DLL compiled in VC++ in PHP?

2007-05-08 Thread bedul
interesting. - Original Message - From: "Raghavendra V. Kulkarni" <[EMAIL PROTECTED]> To: Sent: Tuesday, May 08, 2007 7:20 PM Subject: [PHP-WIN] How to access a DLL compiled in VC++ in PHP? > Hello, > > Please provide pointers to access a DLL compiled by us (so, we have > access to the s

[PHP-WIN] PHP AND Upgrade

2007-05-08 Thread Gustav Wiberg
Hej! Felaktig syntax för filnamn, katalognamn eller volymetikett... Anyone who knows what WHY this message appear? Tried to install PHP5.2 from 5.0.1... Best regards /Gustav Wiberg -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php