Results 1 to 3 of 3

Thread: Forced Refresh?

  1. #1
    Join Date
    Dec 2007
    Location
    The Great State of Texas
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Forced Refresh?

    It is probably a no brainer, but what is the HTML code for a forced refresh, and will it work with all browsers?

    Thanks,
    Flat Squirrel

  2. #2
    Join Date
    May 2006
    Location
    Sydney, Australia - Near the coast.
    Posts
    1,995
    Thanks
    0
    Thanked 8 Times in 7 Posts

    Default

    Here:
    Code:
    <meta http-equiv="refresh" content="5">
    That'll automatically refresh the page every 5 seconds.

    Edit: Ouch. It's actually being deprecated.
    Last edited by tech_support; 12-09-2007 at 02:27 AM.
    Peter - alotofstuffhere[dot]com - Email Me - Donate via PayPal - Got spare hardware? Donate 'em to me :) Just send me a PM.
    Currently: enjoying the early holidays :)
    Read before posting: FAQ | What you CAN'T do with JavaScript | Form Rules | Thread Title Naming Guide

  3. #3
    Join Date
    Mar 2006
    Location
    Illinois, USA
    Posts
    12,164
    Thanks
    265
    Thanked 690 Times in 678 Posts

    Default

    The same header can be sent directly by PHP if needed, or you could use Javascript, though that would only work if the user allowed JS.
    Daniel - Freelance Web Design | <?php?> | <html>| español | Deutsch | italiano | português | català | un peu de français | some knowledge of several other languages: I can sometimes help translate here on DD | Linguistics Forum

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
  •