Re: Adding "Last Update" notation to a page

by "Edge" <sbibby(at)cgocable.net>

 Date:  Wed, 22 Dec 1999 18:31:07 -0800
 To:  "Gibson,
Timmi" <TimmiG(at)verbatim.com.au>,
<hwg-basics(at)hwg.org>
  todo: View Thread, Original
Try this.



<SCRIPT LANGUAGE="JavaScript">

<!-- Begin
var m = "Page updated " + document.lastModified;
var p = m.length-8;
document.writeln("<center>");
document.write(m.substring(p, 0));
document.writeln("</center>");
// End -->
</SCRIPT>


-----Original Message-----
From: Gibson, Timmi <TimmiG(at)verbatim.com.au>
To: 'hwg-basics(at)hwg.org' <hwg-basics(at)hwg.org>
Date: Wednesday, December 22, 1999 3:14 PM
Subject: Adding "Last Update" notation to a page


>Hi there everyone
>
>I would like to add a line to the front page of our company website which
>says "Last Updated: whatever date". I'm pretty sure that there is some sort
>of script I can use that will automatically update that date every time I
>upload an update - I really don't want to have to manually alter it every
>time.
>
>I use Homesite to code my site, and the site is hosted by an ISP but we DO
>not have CGI bin access at this time so server side scripts aren't the way
>to go.
>
>My boss wants me to get this up today so if anyone can point me in the
right
>direction please email me direct as well as to the list as I only get the
>digest.
>
>TIA
>
>
>Timmi Gibson
>Marketing Assistant - Verbatim Australia
>Phone +61 3 9823 0905
>Fax +61 3 9824 7011
>http://www.verbatim.com.au
>
>

HTML: hwg-basics mailing list archives, maintained by Webmasters @ IWA