Posted by R. Rajesh Jeba Anbiah on 02/04/07 08:29
> 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.
http://in2.php.net/FAQ.html
--
<?php echo 'Just another PHP saint'; ?>
Email: rrjanbiah-at-Y!com Blog: http://rajeshanbiah.blogspot.com/
[Back to original message]
|