Re: [PHP] How to code in PHP an onchange event in a select?

2010-11-05 Thread Paul Waring
On 04/11/10 20:23, Tomás Corrales Lemoine wrote: I have this two files (“index.php” and “include.php”). They both work fine, but I want to substitute the code for de onchange event in the select tag. Can I use PHP to code this event? How? xajax will allow you to call PHP code as if it was

RE: [PHP] How to code in PHP an onchange event in a select?

2010-11-05 Thread Tommy Pham
-Original Message- From: Paul Waring [mailto:p...@xk7.net] Sent: Friday, November 05, 2010 1:27 AM To: php-general@lists.php.net Subject: Re: [PHP] How to code in PHP an onchange event in a select? On 04/11/10 20:23, Tomás Corrales Lemoine wrote: I have this two files

Re: [PHP] How to code in PHP an onchange event in a select?

2010-11-05 Thread Jim Lucas
On 11/4/2010 1:23 PM, Tomás Corrales Lemoine wrote: Hi, List, I have this two files (“index.php” and “include.php”). They both work fine, but I want to substitute the code for de onchange event in the select tag. Can I use PHP to code this event? How? Looks to me that you are looking for

Re: [PHP] How to code in PHP an onchange event in a select?

2010-11-05 Thread tedd
At 7:58 AM -0700 11/5/10, Jim Lucas wrote: On 11/4/2010 1:23 PM, Tomás Corrales Lemoine wrote: Hi, List, I have this two files (index.php and include.php). They both work fine, but I want to substitute the code for de onchange event in the select tag. Can I use PHP to code this event? How?

Re: [PHP] How to code in PHP an onchange event in a select?

2010-11-04 Thread Nicholas Kell
On Nov 4, 2010, at 3:23 PM, Tomás Corrales Lemoine wrote: Hi, List, I have this two files (“index.php” and “include.php”). They both work fine, but I want to substitute the code for de onchange event in the select tag. Can I use PHP to code this event? How? Thanks.

Re: [PHP] How to code in PHP an onchange event in a select?

2010-11-04 Thread Bastien
On 2010-11-04, at 4:23 PM, Tomás Corrales Lemoine to...@hog.ecasa.avianet.cu wrote: Hi, List, I have this two files (“index.php” and “include.php”). They both work fine, but I want to substitute the code for de onchange event in the select tag. Can I use PHP to code this event?

RE: [PHP] How to code in PHP an onchange event in a select?

2010-11-04 Thread admin
OnChange is Javascript. I might suggest you get yourself familiar with JQuery. JQuery makes your life a lot easier when there is a need for client browser interaction with site scripting. Richard L. Buskirk From: Tomás Corrales Lemoine [mailto:to...@hog.ecasa.avianet.cu]