allora io ti mostro tutto l'errore continua ad esserci fammi sapere



<form name="sommatoria">

<script language="javascript">
function somma() {


document.sommatoria.risultato.value = parseFloat(document.sommatoria.qclassicblack.value || 0) +
parseFloat(document.sommatoria.qclassicyellow.valu e || 0) +
parseFloat(document.sommatoria.qclassicred.value || 0) +
parseFloat(document.sommatoria.qclassicorange.valu e || 0) +
parseFloat(document.sommatoria.qclassicblue.value || 0) +
parseFloat(document.sommatoria.qclassicgreen.value || 0) +
parseFloat(document.sommatoria.qclassicwhite.value || 0) +
parseFloat(document.sommatoria.qclassicpurple.valu e || 0) +
parseFloat(document.sommatoria.qclassicsilver.valu e || 0) +
parseFloat(document.sommatoria.qclassicneon.value || 0) +
parseFloat(document.sommatoria.qclassicexplorer.va lue || 0);


}
</script>


<tr>
<td width="38" bgcolor="#000000" height="60" align="center"><font color="#800000" size="2" face="Tahoma"> <input size="2" id="qclassicblack" type=text value="0" name="qclassicblack"></font></td>
<td width="45" bgcolor="#FFFF00" height="60" align="center"><font color="#800000" size="2" face="Tahoma"><input size="2" id="qclassicyellow" type=text value="0" name="qclassicyellow"></font></td>
<td width="20" bgcolor="#FF0000" height="60" align="center"><font color="#800000" size="2" face="Tahoma"><input size="2" id="qclassicred" type=text value="0" name="qclassicred"></font></td>
<td width="48" bgcolor="#FF8000" height="60" align="center"><font color="#800000" size="2" face="Tahoma"><input size="2" id="qclassicorange" type=text value="0" name="qclassicorange"></font></td>
<td width="32" bgcolor="#0000FF" height="60" align="center"><font color="#800000" size="2" face="Tahoma"><input size="2" id="qclassicblue" type=text value="0" name="qclassicblue"></font></td>
<td width="38" bgcolor="#008000" height="60" align="center"><font color="#800000" size="2" face="Tahoma"><input size="2" id="qclassicgreen" type=text value="0" name="qclassicgreen"></font></td>
<td width="30" height="60" align="center"><font color="#800000" size="2" face="Tahoma"><input size="2" id="qclassicwhite" type=text value="0" name="qclassicwhite"></font></td>
<td width="38" bgcolor="#800080" height="60" align="center"><font color="#800000" size="2" face="Tahoma"><input size="2" id="qclassicpurple" type=text value="0" name="qclassicpurple"></font></td>
<td width="38" bgcolor="#C0C0C0" height="60" align="center"><font color="#800000" size="2" face="Tahoma"><input size="2" id="qclassicsilver" type=text value="0" name="qclassicsilver"></font></td>
<td width="38" bgcolor="#CCFF00" height="60" align="center"><font color="#800000" size="2" face="Tahoma"><input size="2" id="qclassicneon" type=text value="0" name="qclassicneon"></font></td>
<td width="50" height="60" background="explorer.gif" align="center"><font color="#800000" size="2" face="Tahoma"><input size="2" id="qclassicexplorer" type=text value="0" name="qclassicexplorer"></font></td>
<td width="44" height="60" align="center"><font color="#800000" size="2" face="Tahoma"><input size="1" type="button" value="TOT" onclick="somma()">
<input size="1" type="text" id="risultato" name="risultato">

</font></td>
</tr>

</form>