Next Example-|-Return to Chapter Listing

Example 2.1:
Placing a Modified Date in Your Web Pages






This is the script we used: <SCRIPT LANGUAGE="JAVASCRIPT"> document.write("This document last modified on: ") document.write(document.lastModified) </script>
Next Example-|-Return to Chapter Listing