SyntaxFix
Write A Post
Hire A Developer
Questions
It will have already gone back before it executes the reload.
You would be better off to replace:
window.history.back(); location.reload();
with:
window.location.replace("pagehere.html");