home
ASP ASP.net C C++ C# PHP Java JavaScript Powershell VB.net
Display when a page was last modified
A very simple addition to a page which will display a message when a page was last modified
docmod=document.lastModified; document.write("Page last modified " + docmod);
</Script>