I can easily make the browser always request the latest version of a page by appending a timestamp to the query string, for example:
onclick="window.open('index.html?t=12343542436')"
Is there a way that I could do that without messing with the url? (Which is ugly from a UI point of view--makes sharing links harder)