oops dunque ecco la pagina:
html:
mentre funzioni.js contiene......
<head>
...
<script type="text/javascript" src="include/funzioni.js"></script>
......
</head>
<form ACTION="pagina.htm" METHOD="POST" name="form1" id="form1" onSubmit="controlla(1)">
</form>
......
Vorrei che l' if verificasse document.form1.nome.checkedfunction controlla(i) {
if (document.form+i+.nome.checked)
alert("select");
else
alert("no select");
return true;
}