Originariamente inviato da wimkieft
L'ho provato.

In questo modo non posso settare il value e comunque mi restituisce sempre quello della seconda input
A parte che non è vero perchè io lo sto provando in questo momento e funziona bene.
Comunque prova così, se il tuo problema è solo quello della scritta al posto del pulsante, anche questo mo vedo che funziona bene
codice:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Documento senza titolo</title>
</head>

<body>

<form id="richiesta" action="richiesta.php" target="mia" onsubmit="{window.open('','mia','scrollbars=no,left=390,top=100,resizable=no,width=360,height=500,status=no,location=no,toolbar=no')};">
<input name="cod" type="submit" value="C81" style="background:none; border:none;"> 
<input name="cod" type="submit" value="C42" style="background:none; border:none;"> 
</form>

</body>
</html>