|


|
Thursday, December 11, 2003
Here's a neat little trick to use in order to find out when a page was last updated. Go to the page that you're interested in and then, in the Address bar, type the following:
javascript:alert(document.lastModified)
and that'll pop up a little window which tells you.
Phil 6:18 PM
|