Autorefresh a site
Closed
JohnsonD
-
10 Jan 2008 à 03:53
tttng Posts 1 Registration date Sunday 6 March 2011 Status Member Last seen 6 March 2011 - 6 Mar 2011 à 10:52
tttng Posts 1 Registration date Sunday 6 March 2011 Status Member Last seen 6 March 2011 - 6 Mar 2011 à 10:52
Related:
- Autorefresh a site
- Stop facebook autorefresh - Guide
4 responses
Use Only registered users can see links! (ReloadEvery).
Set it to refresh every X seconds, it will ask you once if you really want to keep refreshing a page that requires post data, you tell it yes and it'll keep refreshing it.
Set it to refresh every X seconds, it will ask you once if you really want to keep refreshing a page that requires post data, you tell it yes and it'll keep refreshing it.
Htmlgirl
Posts
12
Registration date
Thursday 21 February 2008
Status
Member
Last seen
1 August 2008
2
22 Feb 2008 à 05:41
22 Feb 2008 à 05:41
JohnsonD, did the solution posted by nerds work?
If you want a website to refresh, hmm lets say after every 5 seconds, then just use the meta refresh tag.
here's the code
You just have to paste it in the head section of your html document. The amount between the content quotation mark is the number of seconds the page should refresh. So changing it to 5 means your page will refresh after every 5 seconds. Hope that make sense.
If you want a website to refresh, hmm lets say after every 5 seconds, then just use the meta refresh tag.
here's the code
<meta http-equiv="refresh" content="600">
You just have to paste it in the head section of your html document. The amount between the content quotation mark is the number of seconds the page should refresh. So changing it to 5 means your page will refresh after every 5 seconds. Hope that make sense.
rossdavid
Posts
185
Registration date
Tuesday 18 November 2008
Status
Member
Last seen
6 August 2010
29
23 Feb 2009 à 04:21
23 Feb 2009 à 04:21
Zams you can use dreamweaver to change the html code of the site.
Thanks for information! [url=https://www.google.com/?gws_rd=ssl] search [/url]
<a href=http://www.google.com> search </a>
<a href=http://www.google.com> search </a>
you can use http://www.refreshthis.com
6 Mar 2011 à 10:52
"nerds Jan 14, 2008 9:29am GMT
Use Only registered users can see links! (ReloadEvery).
Set it to refresh every X seconds, it will ask you once if you really want to keep refreshing a page that requires post data, you tell it yes and it'll keep refreshing it."