On Sat, 13 Nov 2004 00:32:47 -0300 (ART), Augusto Flavio <[EMAIL PROTECTED]> wrote: > Hi,
Hello :) > http://javascript.internet.com/forms/items-popup-list-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-Automate-0.20/lib/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/ -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>