freelance84 Posted July 23, 2010 Share Posted July 23, 2010 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> _END; if(!empty($save_success)) { if($save_success == 'yes') { echo <<<_END <META HTTP-EQUIV=Refresh CONTENT="2; URL=http://www.mysite.net/mct-s.php?name=$name[0]&number=$s1[9]&order=$s_order&s_ID=$s_ID"> <META HTTP-EQUIV="PRAGMA" CONTENT="NO-CACHE"> _END; } } The above code changes the header depending on the value of a variable. It works fine. However the NO-CACHE section: Will this prevent any images loaded on the page going into the browsers history? Therefore meaning that any unique images on this page will have to be loaded a fresh each time? If so, is it possible to tell a different page to download the said image into the browsers history but without displaying it? Maybe load it into a hidden div or something? Link to comment https://forums.phpfreaks.com/topic/208657-preloading-an-image-ready-for-displaying-at-later-time/ Share on other sites More sharing options...
freelance84 Posted July 25, 2010 Author Share Posted July 25, 2010 Anyone? Link to comment https://forums.phpfreaks.com/topic/208657-preloading-an-image-ready-for-displaying-at-later-time/#findComment-1090907 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.