How do I set up a web page?

How do I set this web page to autorefresh?

  • I have a web site at webs.com, and I set up a page for my uu9 ads. How do I set it to autorefresh every certain number of seconds? An HTML code would work, I beleive.

  • Answer:

    <META HTTP-EQUIV="REFRESH" CONTENT="X"> where X is the number of seconds you want to use as the interval between refreshes. P.S., in XHTML, every thing needs to be lowercase, and it needs a closing tag: <meta http-equiv="refresh" content="10" />

Dan S at Yahoo! Answers Visit the source

Was this solution helpful to you?

Other answers

META tag does the trick. Ex. 15s auto-refresh <META HTTP-EQUIV="refresh" CONTENT="15"> http://www.htmlgoodies.com/tutorials/getting_started/article.php/3479551

Use the META HTTP-EQUIV with content being "refresh" and you'll add value of seconds to wait, a comma, and the URL to refreh to.

Related Q & A:

Just Added Q & A:

Find solution

For every problem there is a solution! Proved by Solucija.

  • Got an issue and looking for advice?

  • Ask Solucija to search every corner of the Web for help.

  • Get workable solutions and helpful tips in a moment.

Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.