href="#" onclick="closeOrCancel() and history.go(-1) in that js method doesnt work in Chrome (neither history.back())
It works with href="javascript:closeOrCancel()" , but Opera doesn’t allow href="javascript:...
How to make history go back using onclick= “myFunction()” ?
Edit: closeOrCancel() returns false
Adding a
return false;to theonclickcode seems to be enough: