if you want to see when a web page was last updated, after you load the site, put the following in the Address/URL box and send it:
javascript
:alert(document.lastModified)
It will tell you the date and time the page was last modified.
This does NOT work if there's a rotating banner ad on the page, as that makes the date/time stamp show the current time, since the ad is the latest modification.
[This message has been edited by pet (edited 07-08-2001).]