|
|
| laziness, impatience, and hubris | |
| PerlMonks |
Re: Getting all values from a CGI list boxby rashley (Scribe) |
| on Jan 03, 2007 at 08:46 UTC ( [id://592758]=note: print w/replies, xml ) | Need Help?? |
This is an archived low-energy page for bots and other anonmyous visitors. Please sign up if you are a human and want to interact.
Well, I got it working. I ended up making my own serialize function in J/S.
Just in case anyone needs it, here's what I did. On the server: my @selected = map { uri_unescape($_) }split(/,/, $cgi->param($attr)); On the client:
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||||||