3 Dec 2007 at 16:44 #1 The_blue The_blue Soldato Joined 25 Oct 2002 Posts 4,198 Location Derbyshire How do you make IE refresh a webpage every visit? is it something like:- <meta http-equiv="refresh" content="600"> Quick google found that but i'm not shure if thats what i need.
How do you make IE refresh a webpage every visit? is it something like:- <meta http-equiv="refresh" content="600"> Quick google found that but i'm not shure if thats what i need.
3 Dec 2007 at 16:48 #2 tres tres Soldato Joined 16 Oct 2007 Posts 7,480 Location UK The meta tag belongs within the <head> of your HTML document. When used to refresh the current page, the syntax looks like this: <meta http-equiv="refresh" content="600"> 600 = duration in seconds till refresh Last edited: 3 Dec 2007
The meta tag belongs within the <head> of your HTML document. When used to refresh the current page, the syntax looks like this: <meta http-equiv="refresh" content="600"> 600 = duration in seconds till refresh
3 Dec 2007 at 16:59 #3 Fourstar Fourstar Associate Joined 17 Oct 2002 Posts 2,177 Location London This is what you are after: "How to prevent caching in Internet Explorer" http://support.microsoft.com/kb/234067/EN-US/
This is what you are after: "How to prevent caching in Internet Explorer" http://support.microsoft.com/kb/234067/EN-US/
3 Dec 2007 at 22:27 #4 The_blue The_blue Soldato OP Joined 25 Oct 2002 Posts 4,198 Location Derbyshire Thanks guys!! Just about to start another n00b question, look forward to your answers