Closed Thread
Results 1 to 4 of 4

Thread: reload page question...

  1. #1
    Registered User zazoo is an unknown quantity at this point zazoo's Avatar
    Join Date
    May 2001
    Posts
    433

    Sad reload page question...

    does anyone know a meta tag that will cause the page to force to be reloaded every time the browser goes to it?

    example: joe goes to index.html, then joe comes back and the browser knows not to load the page out of the cache and it knows to download it again.

    thanks in advanced

  2. #2
    Junior Member Starlight is an unknown quantity at this point
    Join Date
    Sep 2002
    Posts
    1
    I don't know a meta tag that does that, the best way is to tell your visitors to hit ctrl + F5. that reloads the page completely...
    Starlight Hosting - 5 Star Hosting at the Speed of Light
    http://www.starlighthosting.com/

  3. #3
    Senior Member ansa is an unknown quantity at this point
    Join Date
    Jun 2002
    Posts
    167
    I believe the tag you want is something along the lines of
    Code:
    <META HTTP-EQUIV="PRAGMA" CONTENT="NO-CACHE">
    And there is rather a fun implementation of this on Microsoft's knowledge base, which goes slightly against the HTML standard as far as i'm aware
    http://support.microsoft.com/default...EN-US;Q222064&

  4. #4
    Registered User zazoo is an unknown quantity at this point zazoo's Avatar
    Join Date
    May 2001
    Posts
    433
    perfect, thanks to both

Closed Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts