4
1
Update: the question was not clear enough....
I have found a bookmarklet that give me the date of a web page last update:
javascript:alert(document.lastModified)
But it's not very effective because it only works for plain old html.
Is there a clever way to get the date of the last content update (without having tracked it)?
I was not clear enough, question updated... – fluxtendu – 2010-03-06T04:24:31.697
Dynamic content comes out of a database, so I'm pretty sure that, barring johnnyArt's suggestion, the answer to your question is no. – goblinbox – 2010-03-07T00:03:26.357