Re: [PHP] Using javascript with php

2006-02-16 Thread Richard Lynch
getElementByID() On Wed, February 15, 2006 4:10 pm, Sugrue, Sean wrote: > To all, > > I have a check box input which I assign an array to the name. I want > to > pass the array to a javascript and based on a certain criteria check > the box. I use the syntax: > formname.elements['array[]'][index

Re: [PHP] Using javascript with php

2006-02-15 Thread Curt Zirzow
On Wed, Feb 15, 2006 at 05:10:53PM -0500, Sugrue, Sean wrote: > To all, > > I have a check box input which I assign an array to the name. I want to > pass the array to a javascript and based on a certain criteria check > the box. I use the syntax: formname.elements['array[]'][index].checked= > tru