On 10/9/2016 12:35 PM, Jim wrote: > Is there anyway to determine the date and time when a web page was last > modified? > > On SM, I went to View --> Page Info > Under the "General" tab, it has a "modified" field, but this just gives > the current date and time, for when the web page was opened. I thought > this may be because the page was retrieved from the "cache", so I went > to a profile where the web page hadn't yet been loaded, but when I > loaded the page, it also just gave me the date and time it was loaded. > > Is it even possible to determine the modification date and time for a > web page, on the receiving end? > > BTW, looked at the "page source" and didn't see this information in the > code. >
In addition to what is described in the prior responses, there is another reason why the immediately current date and time are reported. Many Web sites contain their HTML files in compressed form. When such a file is requested, the server sends the compressed form. Upon receipt, your browser decompresses the file for rendering the Web page. As a result, the Web page has the immediately current date and time as its last-modified time-stamp. Since compressed HTML files -- along with generated-on-the-fly Web pages -- have become quite prevalent, the caching preference "Every time I view the page" is now meaningless because the downloaded page will always have a later time-stamp than the cached page. If you purge your cache upon terminating your browser (e.g., via the Cache checkbox under Private Data), then the preference "Once per session" is also meaningless because there will be no cached version of the page at the start of any session. -- David E. Ross <http://www.rossde.com/>. After the release of audio recordings in which Donald Trump was heard about his attempts to "hit on" women, he first issued a false conditional apology. He then issued an equally false lemming apology. See <http://www.rossde.com/editorials/edtl_apology.html>. _______________________________________________ support-seamonkey mailing list [email protected] https://lists.mozilla.org/listinfo/support-seamonkey

