ora mi dice proprietà o metodi non supportati dall'oggetto...cosa c'è di sbagliato?
:
<html>
<head>
<title>Estrazioni del Lotto</title>
</head>
<body>
<form ...>
<input type="text" name="lotto" readonly="true">
<input type="button" value="estrai" onclick="this.form.lotto.value=Math.ceil(Math.Rand om()*90);">
</form>
</body>
</html>
![]()