Mozilla Firefox and Google Chrome support prefetching via an HTML tag:
<!-- in chrome -->
<link rel="prerender" href="http://example.org/index.html">
I suppose it is always worthwhile to include this tag if 100% of users on a page click on the "Next Page" button or similar, and never worthwhile to include it if only 2% or 3% of users visit the following page. At what percent of clicks should you turn on prefetching of the next page? 65%? Also, does the calculus change if the current page is HTTP and the next page is HTTPS?
Next Pagebutton or monitor your content in Google Analytics and decide for your self what's best for your site and traffic? – Anagio Mar 7 '12 at 15:59