auto refresh

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • pipet2002
    New Member
    • Jul 2007
    • 18

    auto refresh

    how can i make my page refresh automayically after a certain period of time.
  • ak1dnar
    Recognized Expert Top Contributor
    • Jan 2007
    • 1584

    #2
    Originally posted by pipet2002
    how can i make my page refresh automayically after a certain period of time.
    Adding this to head section on your page, will refresh the page after 5 sec. continuously.
    Code:
    <meta HTTP-EQUIV="refresh" content="5">

    Comment

    • tusharposhiya
      New Member
      • Jun 2007
      • 7

      #3
      u can use for this tag and after use head tag.

      <meta HTTP-EQUIV="refresh" content="10">

      Comment

      Working...