Get Last Modified Date Of A Web Page
For getting the last modified date of a web page, just paste following statement of javascript to your browser address window and execute. This works for mozilla, IE i am not sure about
javascript:alert(document.lastModified)
It gives the time at which page is loaded in case if it is disabled or if it is dynamically created.
wasseem said,
December 28, 2011 at 1:16 am
thanks it works
shihab said,
January 18, 2012 at 2:07 pm
for…dynamic website , it is not working.