Results 1 to 3 of 3

Thread: (Html) How to tell a page to reload eachtime it is visited (i.e. never cash)

  1. #1

    Thread Starter
    Hyperactive Member razzaj's Avatar
    Join Date
    Oct 1999
    Location
    jounieh
    Posts
    261

    (Html) How to tell a page to reload eachtime it is visited (i.e. never cash)

    I remember it is pragma= ... something ... but I forgot what ?
    Can Anyone help ??
    - regards -
    - razzaj -

  2. #2
    Guest
    Here is the code to make a html page refresh every few seconds (3 seconds here).

    Code:
    <META Http-equiv="refresh" Content="3; Url=http://www.vb-world.net">

  3. #3
    Guest
    Just put
    <META HTTP-EQUIV="pragma" CONTENT="no-cache">
    somewhere in between your <HEAD> and </HEAD> tags

    HTH,
    SCK

Posting Permissions

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



Click Here to Expand Forum to Full Width