Kod:
<html>
<head>
<script type="text/javascript">
/*function Random() {
return Math.floor(Math.random() * 1000);
} */
}
</script>
<body>
<input type="text" id="Temptext">
<input type="button" id="dok" value="Değer" onclick="document.getElementById ('Temptext').value=Random()"><br>
<input type="text" id="sayi" class="ctrl" >
<input type="button" id="check" value="Bas" name="bas">
</body>
</head>
</html>
Ekleme: Kimseler yokmu yardım edebilicek...