hi all,
I have got a list of checkboxes with the name="del_sel[]" (which is actually an array) everything was working fine but now if I am going to add a bit javascript to select all checkboxes then it is not working.. for example..
If I define the name of checkboxes like name="del_sel" then it's working fine but if I makw it an array it is not working.. like if I use name="del_sel[]" then this javascript code is not running.
And if I use the first one like name="del_sel" then the javascript is working but PHP is unable to receive it as an Array ..
What the hell is wrong ??
Thanx in advance..