
27/06/2003, 02:12
|
 | Moderador extraterrestre | | Fecha de Ingreso: diciembre-2001 Ubicación: Madrid
Mensajes: 6.987
Antigüedad: 23 años, 3 meses Puntos: 61 | |
Esto no funciona en IE 6.0 SP1 y superiores, pero en los demás sí.
<html>
<head>
<script>
function abrir(url){
ventana=window.open(url,"ventana","fullscreen=yes, resizable=no");
ventana.resizeTo(300,200);
ventana.moveTo((screen.width-300)/2,(screen.height-200)/2);
}
</script>
</head>
<body>
<a HREF="javascript:abrir('ventanita.html')">pinchaaa </a>
</body>
</html>
Dime si te sirve!
__________________ Cómo escribir
No hay pregunta tonta, sino tonto que quiere seguir en la ignorancia. |