Javascript: last updated


This very simple but very helpful script, will show the date of when you last modified your page! I have to explain you nothing. Just you have to know the 'lastModified' document's property. So you have to write only a couple of lines...

And this is the HTML page:

<html><head><body><script language="JavaScript"><!-- Begin

document.write('<center>Last updated : ');
document.write(document.lastModified);
document.write('</center>');

// End --></script></p></body></html>


Index           Home  Back       About  Contact us!

Copyright (c) 1998-2006 Wowarea