Author: Lucky
Description: The Title Clock BBCode is a simple BBCode for show in the title the date, time, time zone, and the year.
[valid][/valid]
BBCode:
Code: Select all
[titleclock][/titleclock]
Code: Select all
<script type="text/javascript">
<!--
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>
Code: Select all
Title Clock BBCode: [titleclock][/titleclock]
Code: Select all
[titleclock][/titleclock]
This topic, look up in the title bar:[titleclock][/titleclock]