On Mar 31, 7:17 pm, xGuy <[email protected]> wrote:
> I do not know how receive and  send my checkbox values array.
> How can  do this by POST or GET  method ..
> Hugss xGuy

You haven't given us very much information to understand what your
problem is. But I would guess that it might be that on submitting a
form in HTML, it sends only checked checkboxes: unchecked ones are
simply ignored. This is IMHO a design flaw in HTML, but that's what we
have.

If that is the issue, then (assuming that the list of available
checkboxes isn't already known to your server-side program), you need
to pass all the available checkboxes in some was as <input
type='hidden'> entries, so that the CGI program can compare that list
with the list of checked  boxes passed in the URL or POST data.

If this is the problem, it is nothing to do with Prototype or scripty
(or even Javascript), so it may be that I've misunderstood your
problem.

Colin

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Prototype & script.aculo.us" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/prototype-scriptaculous?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to