Google DNS
Preferred: 8.8.8.8
Alternate: 8.8.4.4
Alternate: 8.8.4.4
OpenDNS
Preferred: 208.67.222.222
Alternate: 208.67.220.220
Alternate: 208.67.220.220
Reference: http://getpocket.com/a/read/383826640
http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate" />
http-equiv="Pragma" content="no-cache" />
http-equiv="Expires" content="0" />
Reference:
https://developer.mozilla.org/en-US/docs/HTTP_Caching_FAQ
http://hungred.com/how-to/tutorial-stop-caching-jquery-javascript/
http://stackoverflow.com/questions/49547/making-sure-a-web-page-is-not-cached-across-all-browsers
window.location.href = "index.html" + "?" + Date.parse(new Date());
This works for every browser. You could improve it by extracting the current page out of location.href.& insead of ?:window.location.href = "product.aspx?id=prod" + "&" + Date.parse(new Date());