Solución:
debería ser history.go(-1); return false;
o
history.go(-1); event.preventDefault();
Deberías considerar hacerlo así:
<a href="https://foroayuda.es/javascript:history.go(-1)">Back</a>
Intente esto en su lugar. Debería funcionar en IE, FF, Safari y Chrome.
<a href="https://foroayuda.es/#" onclick="if(document.referrer) {window.open(document.referrer,'_self');} else {history.go(-1);} return false;">Cancel<a>
¡Haz clic para puntuar esta entrada!
(Votos: 0 Promedio: 0)