[Zope] How to reference the list checkbox thru
Rob Page
rob.page@digicool.com
Fri, 23 Jul 1999 06:55:34 -0400
> Thanks again. I got you now. But how can I refer the checkbox via
> Javascript. For example, the name of the checkbox is
> 'pno:list'. I got
> error when refering to it's propoties:-
> document.myForm.pno[count].value or
> document.myForm.pno:list[count].value or
> document.myForm.pno[count]:list.value
> Is that possible??
This is highly possible :^)
I doubt JavaScript was intended to use special characters in its
variable names. You might be in between the proverbial rock and hard
place...
--Rob