Hi all.

I have this problem... i have a combobox; its values are obtained by invocking 
a web service.
Now i need to show in an another page the description label of the element 
choosen by the user... how can i obtain it?

For example i have:

<select name="codiceComuneNascita" id="codiceComuneNascita" title="">
<option value="">Seleziona il comune</option>
<option value="000279">SANTO ANDRE'</option>
<option value="000244">SAN GALLO</option>
<option value="000243">SAN MIGUEL DOS CAMPOS</option>
<option value="000234">SAN MIGUEL</option>
<option value="000222">SANTIAGO</option>
</select>

Now if the user chooses the value "SAN GALLO" i'll have the code "000244"... 
well in the next page i'ld like to show the value "SAN GALLO" and not the 
code.. how can i recover this string without invocking the web service?Is it 
possible?
Thanks to all.

  Angelo



____________________________________________________________
6X velocizzare la tua navigazione a 56k? 6X Web Accelerator di Libero!
Scaricalo su INTERNET GRATIS 6X http://www.libero.it



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to