Variable

Out of context: Reply #14

  • Started
  • Last post
  • 20 Responses
  • dc_again0

    ok, ok. so are we saying that all you want to ensure is that your html page is *never* loaded from the cache, but always from the server? if so, this is very easy. there are two meta tags that you need to place straight after the title tag. one is something like meta=no-cache, the other is like meta=expires, where you set your page to expire in 1970 so that the browser always gets a new version. just do a google for meta tags and look for expires and no-cache.

    appending something to the url using javascript won't get the browser to get the lates version of the page, as it has no server scope. its just an identifier.

    hope this helps this time!

View thread