Código HTML:
<body onbeforeunload="salir()">
Código HTML:
$(function() { $("#dialog").dialog({ closeOnEscape: false, height:'auto', width:500, modal: true, overlay: { backgroundColor: '#000', opacity: 0.5 }, buttons: { 'Aceptar': function() { $(this).dialog('close'); } } }); });