# Page Last Updated Program # Version 1.0 # README File # By Mike Calabrese # http://www.mikecalabrese.com # 11-01-2000 # This program is available for free on an AS-IS basis. I am not # responsible for consequential damages, loss of income or whatever # else that may happen as a result of the use of this program. # Place the code below anywhere within the body of your HTML document.
<SCRIPT language="JavaScript"> <!-- hide script from old browsers document.write ("Updated: ") document.write (document.lastModified) // end hiding contents --> </SCRIPT>