ssskaya
11-01-2002, 12:45 AM
I use the following script to show when the page was last updated. but whenever I refresh the page, it shows the current time, not the time the page was last updated.
why can this be happening?
thank you.
-------
<script language="javascript">
<!--
var lastModified = document.lastModified;
document.write("This page was last updated " + lastModified);
// -->
</script>
why can this be happening?
thank you.
-------
<script language="javascript">
<!--
var lastModified = document.lastModified;
document.write("This page was last updated " + lastModified);
// -->
</script>