Ver Mensaje Individual
  #8 (permalink)  
Antiguo 11/08/2004, 03:18
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
Prueba con esto:
Código HTML:
<html>
<head>
<script>function openpage(theUrl,W,H){

var theWin="left="+((screen.width-W)/2)+",top="+((screen.height-H)/2)+"toolbar=0,location=0,directories=0,status=0,menub ar=0,scrollbars=0,resizable=0,width="+(W+10)+",height="+(H+29)
littleWin = window.open(theUrl,'opened',theWin);
littleWin.moveTo((screen.width-W+10)/2,(screen.height-H+29)/2);
littleWin.focus();
}
//-->

</script>
</head>
<body>
</body>
</html> 
Un saludo!
__________________
Cómo escribir

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