dummyDate = new Date() ; dummyParameter = "?" + dummyDate.getTime() self.location.href = "myPage.html" + "?" + dummyParameter
The dummyParameter must be different for each request.
This tip is ok for static html or jsp/asp page.
See also this HowTo
Written and compiled by Réal Gagnon ©1998-2011
[ home ]