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 *

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

2002-11-05 Thread John W. Holmes
I think you have to refer to it as document.form.element[0], element[1], etc, based on the element number of your select box. Anyway, ask on a Javascript list for more information. ---John Holmes... > -Original Message- > From: Mack [mailto:mplescano2000@;yahoo.com] > Sent: Monday, Novem

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

2002-11-05 Thread Martin Towell
you can refer to form elements by: document.forms["formname"].elements["elementname"] so you could use: document.forms["entryform"].elements["select02[]"] -Original Message- From: Mack [mailto:mplescano2000@;yahoo.com] Sent: Tuesday, November 05, 2002 12:30 AM To: [EMAIL PROTECTED] Subject