Código PHP:
   <html>
<head>
<script language="JavaScript"> 
   function abrirVentana() { 
    open("http://www.google.es","miVentana", "toolbar=no,directories=no,menubar=no,status=no,height=400,width=400"); 
   } 
  </script> 
 
</head>
 
<body onload="javascript:abrirVentana()">
</body>
</html> 
   Asi que me gustaría saber si hay más formas de hacer que se lance un popup al cargar una página.
Muchas gracias por adelantado a tod@s, salu2
 
  
 


 
 
