Loading site in browser cache

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Tim De Graeve

    Loading site in browser cache

    Hi,

    I want to make a page wich has to load all the content of my site in the
    browsers cache. After that it has to folow a link to the main page.

    can some boddy tell me the best way to do this and stay compatible whit IE
    and Netscape?

    Greetings and Thanks

    Tim De Graeve


  • Thomas 'PointedEars' Lahn

    #2
    Re: Loading site in browser cache

    Tim De Graeve wrote:
    [color=blue]
    > I want to make a page wich has to load all the content of my site
    > in the browsers cache.[/color]

    You cannot and you do not want to do this. Think of the bandwidth that
    will be required for just-in-time download, think of the disk space to
    be eaten up by only your site. What if others do the same? It is the
    cache of the user, not your cache. What fits in, is cached for quick
    retrieval, what does not, replaces existing content (depending on the
    cache settings.) Make your documents fitting to the Web, do not try
    (and fail) to make the Web fitting to your documents.


    PointedEars

    Comment

    Working...