[thelist] Reload and Bypass Cache

Hershel Robinson hershelr at netvision.net.il
Mon Mar 21 10:25:51 CST 2005


I am looking for a method in JavaScript for Win IE6 to reload a page and
bypass cached files. The normal user method to do this is Shift-Refresh. The
only JS method I have come up with is this:

history.go(0)

which is purported to be the most effective method, albeit not guaranteed to
always bypass caches.

Any other ideas?

Thanks.



More information about the thelist mailing list