Hi Peter,

There is a way, but it has limitations. Load the page you want to know about 
into your browser and then paste:
javascript:alert(document.lastModified)...into the address bar of your browser 
and press the Enter key. 

A JavaScript alert will tell you when the page was last modified.

The limitations are two:
If the page is dynamic (generated from a database), or...
If the page has dynamic content such as news feeds, or has advertising called 
from another server (like Google Ads), or has other "live" feeds, the alert 
will always give you the date and time you loaded the page.
That's because the page is modified every time it is loaded. 
The alert isn't incorrect, it's just misleading unless you understand how it 
works.

Cheers,
Ronni

Sent from Ronni's iPad

On 20/10/2012, at 4:50 PM, Curtis Peter <pe...@augold.com.au> wrote:

> Hi 
> Is there an easy way you can tell how old the web page is that you have 
> brought up or been directed to?
> Regards
> Peter
-------------- next part --------------
An HTML attachment was scrubbed...
URL: 
http://lists.wamug.org.au/pipermail/wamug.org.au-wamug/attachments/20121020/57c9e877/attachment.htm
 
-- The WA Macintosh User Group Mailing List --
Archives - <http://www.wamug.org.au/mailinglist/archives.shtml>
Guidelines - <http://www.wamug.org.au/mailinglist/guidelines.shtml>
Settings & Unsubscribe - <http://lists.wamug.org.au/listinfo/wamug.org.au-wamug>