Ver Mensaje Individual
  #2 (permalink)  
Antiguo 26/01/2004, 17:03
Avatar de KarlanKas
KarlanKas
Moderador extraterrestre
 
Fecha de Ingreso: diciembre-2001
Ubicación: Madrid
Mensajes: 6.987
Antigüedad: 23 años, 2 meses
Puntos: 61
Hola Finisterre!!

Prueba con esto:

Código PHP:
<script type="text/javascript">

function 
popUp(URL) {

iz=(screen.width-document.body.clientWidth) / 2;
de=(screen.height-document.body.clientHeight) / 2;

ventana=window.open(URL""' toolbar=0,scrollbars=0,location=0,statusbar=0,menu
bar=0,resizable=0,width=450, height=165, left='
+iz+', right='+de);
}

</script> 
__________________
Cómo escribir

No hay pregunta tonta, sino tonto que quiere seguir en la ignorancia.