Código:
function salir(){
window.open('index.php?accion=salir','desconectar',width=200,height=200,top=0,left=50);
}
Código HTML:
<body onunload="salir();" >

