Posted by Amar on 02/04/07 07:54
Hi All,
In my php application , I am using an sql query and this query
is returning me a now of rows and I am storing these values in check
box. Here I am using a single check box and declared this to an
array like <input type="checkbox" name="C3[ ]" value="<?php echo
$arr['xx'];?>"> and i want to get these checked values using
javascript. but when I am doing
document.formname.C3.checked , it gives me javascript error.
Please Help me.
[Back to original message]
|