Hi All,
I have only single checkbox(array) inside a form.This checkbox is moving under a loop.
Here is my code:
<form method="psot" action=" ">
<input type="checkbox" name="del[]" value="<?=$pid;?>">
</form>
but here i didn't got values.
how to get this values into javascript without submit button .
I just need to check the array values using a javascript funtion.
Please guide me.Thanks in advance for your co-operation..