How can I reload a page using javascript?
location.reload() Method: Reloads the current document
location.reload()
Source
You could use javascript:
window.location = '';