| Chasecreek Systemhouse 2004-11-14, 3:55 am |
| On Sat, 13 Nov 2004 00:32:47 -0300 (ART), Augusto Flavio
<moraisaf@yahoo.com.br> wrote:
> Hi,
Hello :)
> http://javascript.internet.com/form...ist-modify.html
> I want make some code to get the values of the object
> SELECTED. But i just get the values selected on the
> object SELETED.Look my code:
>
> @values = $query->param('destList');
> foreach (@values) {
> print $_.;
> }
>
> How i get all itens of the object SELECTED without
> selected this itens? Can i do this ?
This is a client-side issue and the beginners-cgi list covers a
"server-side" type environment.
Short answer: You cannot get anything the remote client doesn't select for you.
Long answer: You may be able to get the remote client to do more if
you make more 'selected" items the default. But you still cannot make
the remote clent do things they may not want to do.
LONGER Answer: research -
http://search.cpan.org/~skud/WWW-Au...WWW/Automate.pm
> ps.: Sorry my bad english
:)
Your english seems fine to me -- but I'm an American ... so.
--
WC -Sx- Jones
http://insecurity.org/
|