23 Jul
1999
23 Jul
'99
10:55 a.m.
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