c'č un errore su una somma ecco il risultato
<form name=somme>
<script language="javascript">
function somme() {
somme.risultato.value=eval(somme.qclassicblack.val ue)+eval(somme.qclassicyellow.value)+eval(somme.qc lassicred.value)+eval(somme.qclassicorange.value)+ eval(somme.qclassicblue.value)+eval(somme.qclassic green.value)+eval(somme.qclassicwhite.value)+eval( somme.qclassicpurple.value)+eval(somme.qclassicsil ver.value)+eval(somme.qclassicneon.value)+eval(som me.qclassicexplorer.value);
}
</script>
<tr>
<td width="38" bgcolor="#000000" height="60" align="center"><font color="#800000" size="2" face="Tahoma"> <input size="3" 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="3" id="qclassicyellow" type=text value="0" name="qclassicyellow"></font></td>
<td width="30" bgcolor="#FF0000" height="60" align="center"><font color="#800000" size="2" face="Tahoma"><input size="3" 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="3" 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="3" 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="3" 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="3" 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="3" 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="3" 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="3" 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="3" 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="3" type="button" value="somme" onclick=somme()>
<input type=text name="risultato">
</font></td>
</tr>
</form>