ccc

JS: Anular el botón de atrás del navegador

history.pushState(null, null, location.href);
    window.onpopstate = function () {
        history.go(1);
    };

No hay comentarios:

Publicar un comentario