On 5/19/11 10:11 AM, Rick Merrill wrote: > David E. Ross wrote: >> On 5/19/11 9:16 AM, Jay Garcia wrote: >>> On 19.05.2011 10:33, David E. Ross wrote: >>> >>> --- Original Message --- >>> >>>> On 5/19/11 8:18 AM, Jay Garcia wrote: >>>>> On 19.05.2011 08:51, Rick Merrill wrote: >>>>> >>>>> --- Original Message --- >>>>> >>>>>> How can you tell if a site you frequent >>>>>> is setup to use prefetch of web pages? > ... >> >> Obviously, prefetching would not cause a Web page to appear in a user's >> browser before the user requests it. The prefectched page does come >> from the cache, but it went into the cache by being prefetched from the >> Web before the user requested it. > > Now that we've covered the obvious ;-) how can you tell if a website > is, and I quote from SeaMonkey, "designed for prefetch" ??? > >
You have to examine the source HTML of the page. Between <head> and </head>, it should have <link> tags with the rel="prefetch" attribute and value. -- David E. Ross <http://www.rossde.com/> On occasion, I might filter and ignore all newsgroup messages posted through GoogleGroups via Google's G2/1.0 user agent because of spam from that source. _______________________________________________ support-seamonkey mailing list [email protected] https://lists.mozilla.org/listinfo/support-seamonkey

