Are you eager to know when a web page was last updated and don't see a last modified date anywhere on the page?
Here's an easy tip that will give you that much needed information. Type the following code into your browser's address bar: javascript:alert(document.lastModified)
After clicking on the "Enter" key, an alert box will appear telling you the exact date and time the page was last modified. Voila!