If a script has been
used on the page, there needs to be some form of alternative text.
<p>This page
last modified
<script language = "JAVASCRIPT">
<!--
theDate = document.lastModified
document.write("As of ");
document.write(theDate);
document.write( );
// -->
</script>
<NOSCRIPT>
This is a script that shows when the page was last modified
</NOSCRIPT>
</p>
The above code
would generate something that looks like this:
This page last modified
The NOSCRIPT message is not displayed in the regular browser.