HOME ~ RESOURCE KIT ~ WEBMASTER'S ZONE ~ JAVASCRIPT ~ DESIGN TIPS
Cut and paste this script into a web page where you want the
time/date details to appear. You can alter the text
(written in pink) that will also appear or remove it completely,
leaving only the time/date stamp on the actual page.
The Last Date Modified script
<!-- last date modified scrips-->
<SCRIPT LANGUAGE="
JavaScript"><!-- begin hide
var theDate = ""
theDate = document.lastModified;
document.writeln("
This page was last modified on : ");document.write(theDate);
document.write();
// end hide --></SCRIPT>
<!-- end last modified script-->
BACK TO JAVA
You can reach me by e-mail at: [email protected]
HOME ~ RESOURCE KIT ~ WEBMASTER'S ZONE ~ JAVASCRIPT ~ DESIGN TIPS