codice:
<script>
  function Calc2 {
	var C = Form1.importo.value.replace(/\,/g,'.');
	var n = Form1.rate.value.replace(/\,/g,'.');
	var i = tasso.importo.value.replace(/\,/g,'.');
	var nRata = (C * i) / (1 - ((1 + i)^(n*(-1))))
	document.Form1.totale.value = nRata
}
</script>
cos'č che non vā?