PDA

View Full Version : webpage last modified timestamp


Dug
03-26-03, 11:40 AM
Does anyone know how to get the last modified timestamp of a website (I did not create this website). I am willing to telnet or even program in Java.

su root
03-26-03, 04:46 PM
Here's a javascript that'll do that:
http://www.hooverwebdesign.com/modified.html

:D

Dug
03-27-03, 07:18 PM
It is NOT my website so I can not use that piece of java script.

I think there is a way doesn't the web browser use it the see if it needs to update cached pages.

su root
03-27-03, 10:03 PM
If you want to check someone else's webpage, in IE you can right click, goto properties, and it should list the Creation date, and the last modified date of the page.

If you want it to show on the page, then you will have to put the javascript code into the page.