Web Design Tutorial

Citeste si progreseaza

Afiseaza ora in bara de jos a browserului

<script language=”JavaScript”>

function doClock() {

window.setTimeout( “doClock()”, 1000 );

today = new Date();

self.status = today.toString();

}
doClock()
</script>

February 25, 2008 - Posted by tutorialweb | JavaScript | | No Comments Yet

No comments yet.

Leave a comment