betfury.io

សូមស្វាគមន៏ ការចូលមកដល់ គេហទំព័រ របស់ខ្ញុំ

Sunday, August 7, 2016

show title time bar

<head>
<script language="JavaScript">
<!--

// ==========================
// (C) 2000 by CodeLifter.com
// http://www.codelifter.com
// Free for all users, but leave in this  header

function doTheClock() {
   window.setTimeout( "doTheClock()", 1000 );
   t = new Date();
   if(document.all || document.getElementById){
      document.title = t.toString();
   }else{  
      self.status = t.toString();
   }
}

doTheClock()

//-->
</script>
</head>

No comments: