This is a piece of javascript code which reads the last time the file was saved and displays it
<SCRIPT language=javascript>document.writeln(" last updated " + document.lastModified);</SCRIPT>There are other things like Location
<SCRIPT language=javascript>document.writeln(" location " + document.location);</SCRIPT>And html title you can also show in this manner
<SCRIPT language=javascript>document.writeln(" Title = " + document.title);</SCRIPT>
these commands don't work in some new browsers but do in others so it's your choice. <HTML>Source Code
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Author" CONTENT="nik">
<META NAME="GENERATOR" CONTENT="Mozilla/4.05 [en] (Win16; I) [Netscape]">
<TITLE>Last Updated</TITLE>
</HEAD>
<BODY TEXT="#000000" BGCOLOR="#FFFFCC" LINK="#0000EE" VLINK="#551A8B" ALINK="#FF0000"><H6>
<SCRIPT language=javascript>document.writeln(" last updated " + document.lastModified);</SCRIPT>
</H6><CENTER> <FONT SIZE=+4> Last Updated</FONT></CENTER>
<BLOCKQUOTE> <FONT SIZE=+1>This is a piece of javascript code which
reads the last time the file was saved and displays it</FONT></BLOCKQUOTE>
<SCRIPT language=javascript>document.writeln(" last updated " + document.lastModified);</SCRIPT><BR><FONT COLOR="#000000"><SCRIPT language=javascript>document.writeln("
last updated " + document.lastModified);</SCRIPT></FONT>
<BR>
<BR><SCRIPT language=javascript>document.writeln(" location " + document.location);</SCRIPT><BR><SCRIPT language=javascript>document.writeln(" location " + document.location);</SCRIPT>
<BR>
<BR><SCRIPT language=javascript>document.writeln(" Title " + document.title);</SCRIPT><BR><SCRIPT language=javascript>document.writeln(" Title " + document.title);</SCRIPT>
<BR>
<CENTER><FONT COLOR="#000000"><FONT SIZE=+1></FONT></FONT> </CENTER><BLOCKQUOTE>
<CENTER> </CENTER><CENTER> </CENTER>
<CENTER><A HREF="../index.htm"><IMG SRC="../but_home.gif" ALT="Back to Omni-Web Page" BORDER=0 HEIGHT=32 WIDTH=128></A><A HREF="index.htm"><IMG SRC="../but_htm.gif" ALT="Back to Omni-Web Page" BORDER=0 HEIGHT=32 WIDTH=128></A><A HREF="mailto:htmlcode@enquires.f9.co.uk"><IMG SRC="../but_eml.gif" ALT="Email Us" BORDER=0 HEIGHT=32 WIDTH=128></A></CENTER>
<CENTER><FONT SIZE=+2> </FONT></CENTER>
<CENTER><FONT SIZE=+2>Source Code</FONT></CENTER>
</BLOCKQUOTE></BODY>
</HTML>