così:
<script>
function dennis(){
ora=new Date()
variab=ora.getDate()+"/"+(ora.getMonth()+1)+"/"+ora.getFullYear()+" "+ora.getHours()+":"+ora.getMinutes()+":"+ora.getS econds()
document.getElementById('livello').innerHTML=varia b
}
</script>
<body onload="dennis();setInterval('dennis()','1000')">
<div id="livello"></div>
</body>
per posizionarlo, basta che sposti il livello con id "livello"
![]()

Rispondi quotando