Hi
I am trying to find a way of checking a checkbox in Javascript based on its
value and not its index.
ie document.form1. checkbox['name'].checked = true
or can it only be done with the index ?
Thanks
AL
I am trying to find a way of checking a checkbox in Javascript based on its
value and not its index.
ie document.form1. checkbox['name'].checked = true
or can it only be done with the index ?
Thanks
AL
Comment