I have a dialog box that shows a text and two buttons. How can I make the button to accept recharge the html file it is in or can reference an html file to load?
var cuadroDialogo = confirm("Que mente mas privilegiada tienes compañer@\n¿Quieres mas?");
if(cuadroDialogo == true) alert("Me alegro !!");
else alert("Pues es una pena !!");