Re: [PHP] problem of javascript with dropdown list of array.

2002-11-05 Thread Jason Wong
On Monday 04 November 2002 21:29, Mack wrote: > > --- > the form with the events: > > action="/ayni2/admin2/producto.php"> > > > > Gremlins Associates -> www.gremlins.com.hk Open Source Software Systems Integrators * Web Design & Hosting *

[PHP] problem of javascript with dropdown list of array.

2002-11-05 Thread MAck
i have a problem with the dropdown list when proccesing with javascript, the name of the dropdown list is "select02[]", this because to that i need it passed in php a array of the selecteds item, for example : $form[select02][$i],..but i wish to fill the dropdown list from javascript and later sub

RE: [PHP] problem of javascript with dropdown list of array.

2002-11-05 Thread John W. Holmes
t: Monday, November 04, 2002 8:30 AM > To: [EMAIL PROTECTED] > Subject: [PHP] problem of javascript with dropdown list of array. > > > > i have a problem with the dropdown list when proccesing with javascript, > the > name of the dropdown list is "select02[]", this

RE: [PHP] problem of javascript with dropdown list of array.

2002-11-05 Thread Martin Towell
r 05, 2002 12:30 AM To: [EMAIL PROTECTED] Subject: [PHP] problem of javascript with dropdown list of array. i have a problem with the dropdown list when proccesing with javascript, the name of the dropdown list is "select02[]", this because to that i need it passed in php a array of the selec

[PHP] problem of javascript with dropdown list of array.

2002-11-05 Thread Mack
i have a problem with the dropdown list when proccesing with javascript, the name of the dropdown list is "select02[]", this because to that i need it passed in php a array of the selecteds item, for example : $form[select02][$i],..but i wish to fill the dropdown list from javascript and later s