Search : in
By :

Autorefresh a site

Last answer on Feb 23, 2009 9:21:02 am GMT JohnsonD, on Jan 10, 2008 8:53:23 am GMT 
 Report this message to moderators

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!

Best answers for « Autorefresh a site » in :
Cross-Site Scripting attacks Show Malicious code injection Cross-Site Scripting (sometimes abbreviated XSS or CSS) attacks are attacks targeting websites that dynamically display user content without checking and encoding the information entered by users. Cross-Site Scripting...
Favicon]having the icon of your site in the address bar Show [Favicon]having the icon of your site in the address bar To create an animated favicon or generate an ICO file Putting favicon online Notes You have probably noticed the presence of an icon to the left of the URL into the address...
Save the IP address of visitors of your site Show Save the IP address of visitors of your site Record the IP address of visitors to your site If you are a victim of an attack or an attempted hack, it may be useful to know who connected on the pages of your site at sepecific...
Allow pop-ups from secured sites ShowAllow pop-ups from secured sites If your Internet Explorer browser blocks pop-up windows for secure sites (those whose address begins with https) and you however wish to authorize, below is a proposed tutorials: Open the Registry...
Adjusting your websites to fit all types of resolution ShowAdjusting your websites to fit all types of resolution "How to adjust my site to the visitor's resolution and what resolution to choose?" Simply apply a relative width (= that changes with the size of the window and screen of the...
How do I know if a website is secure? ShowHow do I know if a website is secure? Determine if you are on a secured page or not. Some web sites use a secure connection between the web site and your browser. This may be important to you, for instance, if you want to pay...

1

nerds, on Jan 14, 2008 9:29:11 am GMT
  • +1

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.

Reply to nerds

2

Htmlgirl, on Feb 22, 2008 10:41:24 am GMT
  • +1

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.

Reply to Htmlgirl

3

zams, on Nov 5, 2008 6:16:14 am GMT
  • +1

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

Reply to zams

4

djcritch, on Feb 22, 2009 11:15:24 am GMT
Reply to djcritch

5

 rossdavid, on Feb 23, 2009 9:21:02 am GMT

Zams you can use dreamweaver to change the html code of the site.

Reply to rossdavid