
xch_prefetch
One of the big battles with Web-like information is minimizing
'chin-scratching' time of users by displaying partial documents as they are downloaded, etc.
Another way to do this is by giving clients hints about documents the user is
likely to ask for next. This is the purpose of the xch_prefetch tag.
Attributes
HREF
The document to prefetch.
XCH_PROB
The probability, from 0.1 to 1.0, that the document will be needed.
Examples
This tag tells the client that it's likely that the user will ask for the
specified URL next. See the XCH_PROB field for information about giving even better hints.
<xch_prefetch href="http://www.chaco.com/">
Also see
xch_prob