home *** CD-ROM | disk | FTP | other *** search
- #newformat
- _title:Last Update (Fake)
- _description:Tells user that the page was last updated today
- _insert-in:inbody
- <SCRIPT LANGUAGE="JavaScript" TYPE="text/javascript">
- <!--
- var now = new Date();
- var date = now.getDate();
- var month = now.getMonth();
- var year = now.getYear();
- var fakedate = "" + date + "/" + month + "/" + year;
- document.write("Page Last Updated: " + fakedate);
- // --></SCRIPT>
- _end-insert: