Monday, May 9, 2011

View Last Modified Date of a Web Page

Couple of days ago, I need to see how old a web page, specially actually when it was modified last. Then I found there is an JavaScript method to do this.

For seeing last modified date of any web page, go to the page and simply write the following to browsers address-bar.


javascript:alert(document.lastModified)


Easy and simple!

No comments:

Post a Comment