Take this code snippet for example:
window.location.href = \'mysite.htm#images\';
Already being on the site mysite.htm and tri
You could be a cheater and append a randomized query string, redirecting to "mysite.htm?random=289954034#images".
But if this is a static page, as .htm implies, what do you need reloading for? If it's so that your onload Javascript can occur a second time, maybe you just need to change your application's flow.