Example
•
<html>
•
<head><title>Last Modified</title></head>
•
<body>
•
<script>
•
var date;
•
date=document.lastModified;
•
document.writeln ("This page was last modified:“ + date);
•
</script>
•
</body>
•
</html>
•
Will automatically update. Output?