I am using the following code to refresh my page using a link:
<a href="javascript:history.go(0)">
This works in Safari (i.e. the page is refreshed to the new content). In Firefox however I am getting the cached page. Is there a way of adapting this to work in all browsers, or do I need a different method?
Thanks,
Nick
You can use: