Hi,
I'm here again for a more question. My doubt is how use correctly the object html <select>. I'm trying make something like this: http://javascript.internet.com/forms/items-popup-list-modify.html But i have a big problem! The object <select> just work if i selected the items on the object SELECTED. if you look the link you will see 2 objects: Avaliable and Selected. 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 ? ps.: Sorry my bad english Tranks Augusto Flavio _______________________________________________________ Yahoo! Acesso Grátis - Internet rápida e grátis. Instale o discador agora! http://br.acesso.yahoo.com/ -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>