Forum Moderators: open

Message Too Old, No Replies

Pre-loading text into the cache?

         

tedster

12:46 pm on Nov 4, 2001 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Many times I use javascript to pre-load images into the cache. It works great and gives the user a feeling of instant response.

Does anyone know a method for pre-loading text, or even an entire HTML doc, into the browser cache?

keyplyr

6:10 pm on Nov 4, 2001 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



You can do it the old fashioned way, in the HEAD section:

<LINK REL="next" HREF="http://www.your_page_URL.html">

This pre-loads the entire document, presuming that it is the next page the user requests.

D C

tedster

1:29 am on Nov 5, 2001 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Thanks! I really needed that.

Brett_Tabke

12:04 pm on Nov 5, 2001 (gmt 0)

WebmasterWorld Administrator 10+ Year Member Top Contributors Of The Month



I've experimented with micro "hidden" Iframes too. I never could figure out how to get rid of the auto created scroll bars in some browsers though.