Friday, June 27, 2008

How to Find Web Site Dates

From Aaron Kall:

type this into where the address is for the web page you are looking at:

javascript:alert(document.lastModified)

make sure you type it exactly this way--with the caps done just like above.

then, press enterthe date the page was last updated will pop up in a small dialogue box (youwon't lose the page you were on).

If you are using Netscape, you can right click the page, select "View Info"and it will usually (though not always) have the date modified along withthe other info.

No comments: