Do not reload a web page. javascript

0

What I want is that the client does not recharge a web page or if it recharges me better to close the window.

window.onbeforeunload = function() { return "seguro que desea salir."; }

This does not work for me because it recharges.

    
asked by Carlos 22.01.2018 в 01:05
source

0 answers