Ciao a tutti io ho questa function che apre un finestra, ma chiudendola non succede nulla, perchè non entra nell'IF?
function MIPL(){
var pippo;
pippo=window.open("http://localhost:8080/mipl","","width=900px,height=700px,left=100px,resi zable=yes");
if (pippo.closed ){
cup=getCookie("cup");
alert(cup);
}
}
Ciao Martina