scusate se inserisco un altro 3d...

onchange="document.getElementById('dep1').value=+t his.options[this.selectedIndex].value;

il valore che seleziono è "12.0015.00"

dovrei riuscire ad usare la funzione left per "usare solo" una parte del valore.

quindi:

onchange="document.getElementById('dep1').value=+l eft(this.options[this.selectedIndex].value,5);

ma FF mi risponde: left not defined

mi piacerebbe anche capire perchpè quando passo un valore che non è numerico tipo "12.00" il document.write diventa "NaN".

Not a number.
:master: :master: