Document last modified

chibicitiberiu

New Member
What's that javascript code I can enter in the Address bar to see the date the web page opened was last modified?

I tried "javascript:alert(document.LastModified)" but it always says "Undefined"
 
The correct one is:
Code:
javascript:alert(document.lastModified)

Didnt work in chrome for me. Just FF and IE
 
Back
Top