|
Try:-
onclick="window.location.reload(true)"
Or try specifying the page's href to ensure that the page is reloaded from the server:
window.location.reload(location.href);
Quizmaster: What character in A.A.Milne's "Winnie The Pooh" is named after his son?
Contestant: Pooh.
__________________
All the code given in this post has been tested and is intended to address the question asked.
Unless stated otherwise it is not just a demonstration.
|