[Zope] Javascript help!

Spicklemire, Jerry Jerry.Spicklemire@IFLYATA.COM
Wed, 7 Feb 2001 16:09:47 -0500


Oops . . .

I got a little too user friendly in the prior post. The array reference 
should be :

 document.form.elements[array_position].value

and the function has to be called as:

 function el_count (g) 

or else you have to replace all the 'g.' names with whatever you are
refering to your form_name as.

Later,
Jerry S.