<script>
function dado(){
n=math.ceil(Math.random()*6)
alert(n)
}
</script>

<input type="button" onCLick="dado()" value="lancia il dadozz">