View Full Version : Forced Refresh?
Flat Squirrel
12-09-2007, 02:12 AM
It is probably a no brainer, but what is the HTML code for a forced refresh, and will it work with all browsers?
Thanks,
Flat Squirrel
tech_support
12-09-2007, 02:20 AM
Here:
<meta http-equiv="refresh" content="5">
That'll automatically refresh the page every 5 seconds.
Ouch. It's actually being deprecated (http://www.w3.org/TR/WCAG10-HTML-TECHS/#meta-element).
djr33
12-09-2007, 04:20 AM
The same header can be sent directly by PHP if needed, or you could use Javascript, though that would only work if the user allowed JS.
Powered by vBulletin® Version 4.2.2 Copyright © 2021 vBulletin Solutions, Inc. All rights reserved.