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
Hi there!
How do i autorefresh a site that popups a box that says: The page cannot be refreshed without resending the information... Press Retry or Cancel. Is this possible?

Thanks!
Related:

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.
tttng Posts 1 Registration date Sunday 6 March 2011 Status Member Last seen 6 March 2011
6 Mar 2011 à 10:52
I cant see the link D:

"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."
Htmlgirl Posts 12 Registration date Thursday 21 February 2008 Status Member Last seen 1 August 2008 2
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

<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.
dear please can you explain with an exmaple? like if i want to make referesh www.yahoo.com then how to paste the givn code? thank you
zaheer mughal
rossdavid Posts 185 Registration date Tuesday 18 November 2008 Status Member Last seen 6 August 2010 29
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>
Thnxx I really needed this kinda site.................... thnxx again...:)
tnx man