I have a seemingly simple question, but can\'t find the answer. I have a webpage, which may have resulted from a POST request and may have an anchor (#) in the URL. I want t
Try the following:
location.replace(location.href)