deepinthecode.com
Return URL with JavaScript that Prevents Loading of Cached Pages - Deep in the Code
If you want to force a page to reload from the server rather than getting a cached copy, one way to do it is to append a query string to the URL. If you want your web application to generate URLs that have this functionality, the code below can be implemented using JavaScript. Inside a … Continue reading "Return URL with JavaScript that Prevents Loading of Cached Pages"
David Young