JavaScript Reference/Javascript Properties/lastModified

Материал из Web эксперт
Версия от 08:21, 26 мая 2010; Admin (обсуждение | вклад) (1 версия)
(разн.) ← Предыдущая | Текущая версия (разн.) | Следующая → (разн.)
Перейти к: навигация, поиск

"lastModified" Example

    
<html>
<body>
<img id="myImage" src="yourimage.gif"><br>
<button onclick="alert(document.lastModified);">Document Modified On</button>
</body>
</html>



"lastModified" is applied to

+----------------+--------------------------------------------------------------+
| Applied_To     |document                                                      |
+----------------+--------------------------------------------------------------+



"lastModified" Syntax and Note

Note:
Read-only property. 
Returns the document last-modified date. 
    
Syntax:
    
document.lastModified