Code:
<script>
document.write("This page was last updated on ")
document.write(document.lastModified)
</script>
The above code is contained in footer.inc which gets included to every ASP page on the Web site via SSI (<!-- #include file="footer.inc" -->). Instead of lastModified date it seems the above script always prints the time when the document got last loaded. Weird... Any help greatly appreciated. I think there was SSI command for that, which should work, but I don't remember the name of it.
---
---