JavaScript Tutorial/Document/lastModified

Материал из Web эксперт
Перейти к: навигация, поиск

Display document.lastModified

   <source lang="javascript">

<html> <head> <title>A Simple Page</title> <script language="JavaScript">

</script> </head> <body> <SCRIPT language = "JavaScript">

</SCRIPT> </body> </html></source>


document.lastModified

The lastModified property contains the date and time the document was last modified on the server.



   <source lang="javascript">

<html>

   <script language="JavaScript">
   
   </script>
   </html></source>