Click to See Complete Forum and Search --> : When was the website updated?


andy8865
04-27-2005, 04:54 AM
Please excuse me if this is a dump question or not meant for this forum.

I want to know how can I find when was the last time a website was updated.Like I open a website and run a script or something to find when it was last updated.

Charles
04-27-2005, 06:22 AM
THere are lots of ways. That information is a part of the behind the scene handshaking between your browser and the server.

Install the Web Developer Toolbar with Firefox, it has this feature.

neil9999
04-27-2005, 02:32 PM
Type this into your address bar:

javascript:alert(document.lastModified);

It won't work on all pages (you can tell if it outputs the current time) but it should work on most.

Neil