I currently have a link of the following format:
<a href='export.php' onClick='history.go(0)'>Export</a>
The export page returns a csv file so the main page that the link is clicked on is not refreshed, however I want this to happen.
How can I make the current page refresh after clicking the link?
Thanks.
I can try to guess at the code:
html code I used: