document.write(document.lastModified)
will work when the document is read from some *servers* but not from others.
(I'm using the same browser, Netscape 3.0 all the time.)
Do some servers not provide the necessary information for this code to work?
Thanks for any insight into this.
Rich Fritzson
Exactly,
some servers will only return some bogus date and time. You can
try adding this fragment to the page:
<!--#echo var="LAST_MODIFIED" -->
If the page is server parsed (includes SSI) it will return the
last modified date + time.
HTH
--
jonolan
~*~
Reflections From A Murky Pond
http://www.geocities.com/soho/5164
~*~