The fantomas Cache Buster Script
Cut and paste the code below into the HEADER
section of your web page. Then, replace the string
"http://www.yourdomain.com/target.html" with your
page's URL. That's it!
Source: http://fantomaster.com/cachebuster.html
#-- START BELOW THIS LINE --#
<SCRIPT LANGUAGE="JavaScript" TYPE="text/javascript">
<!--
url="http://www.yourdomain.com/target.html";
if (top.location != url) {top.location = url}
//-->
</SCRIPT>
#-- END ABOVE THIS LINE --#
Return to fantomaster index page