to home page

BWRS
SEARCH

HOMETUTORIALSLINKSFORUMGLOSSARYNEWS
 
COOL TIPS >
Quick Clock   

A Quick Webpage Clock


This cunning little clock

Is Coded by a single line JavaScript sequence

<script>
<!--//
document.write(Date())
//-->
</script>

(frontpage express users can insert using the add script function but just add the 3rd line not the first and last 2 lines. If using composer just add the whole thing using add HTML)

NOTE

It appears differently in different browsers

e.g with MSIE5

Mon Feb 21 22:59:03 2000.

and NS 4.6

Mon Feb 21 22:58:44 GMT+0000 (GMT Standard Time) 2000

so make allowances

 

back to Index
BACK TO INDEX