jenn2
09-01-2005, 08:59 PM
I am using the following script
<script language="JavaScript">
<!--
var LastUpdated = document.lastModified;
document.writeln ("Page last updated " + LastUpdated);
// -->
</script>
it shows the date properly on my local machine but when I post it on our server it shows the current date and will change the timestamp on every refresh.
Would this be happening at the server level? Or any other ideas?
thanks
<script language="JavaScript">
<!--
var LastUpdated = document.lastModified;
document.writeln ("Page last updated " + LastUpdated);
// -->
</script>
it shows the date properly on my local machine but when I post it on our server it shows the current date and will change the timestamp on every refresh.
Would this be happening at the server level? Or any other ideas?
thanks