Nursing Informatics Book
Chapter 6 - Informatics Tools
Nursing Informatics Home Page

Find Date For a Web Page

Page created May 4, 2008.

Ever wondered what date a Web page was last modified. There is a simple method. Once you have the page open, replace the address that is on the location bar with the following and tap the Enter key.

javascript:alert(document.lastModified)

There are a few caveats that I have discovered:

1) If the page is one that generates on the fly, that is, every time you access it, information is pulled from other places, the date you get in return will be today's date and time.
2) If a site uses a page template, that is each page is created with a template that has fixed information on it, and the template is updated and the affected files also updated, you will receive the date that the template of the affected pages was updated. What this means is that this page is still on the Web site, but whether anyone is aware that it is still there, or that it is current, is another story.

Use the trick with a bit of caveat emptor.

 

For questions or broken links please email the author .

To top of page

Copyright 2003/2008 Linda Q. Thede
All rights reserved