I have a link on my page that should go to the previous page in history and refresh that page.
This is how i try to make it work
This doesn't work.
Does anyone have an idea why?
This is how i try to make it work
Code:
<a href="<%=referer%>"onclick="location.replace(this.href,true);return false;">BACK</a>
This doesn't work.
Does anyone have an idea why?