codice:
var nomecorriere=document.form.costo.options[document.form.costo.selectedIndex].text;
document.form.campo2.value=nomecorriere;
ciao