Ver Mensaje Individual
  #2 (permalink)  
Antiguo 08/05/2006, 23:51
php.java.jsp
 
Fecha de Ingreso: octubre-2004
Mensajes: 128
Antigüedad: 20 años, 4 meses
Puntos: 2
Código:
<script type='text/javascript'>

var popupa;

function abre(){
        popupa=window.open("popup.html","","width=500,height=300");
}


function cierra(){
    popupa.close();
}

</script>


<body onunload="cierra()">