
23/09/2004, 02:01
|
 | 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:
<html>
<head>
<title>Untitled</title>
</head>
<body>
<img>
<script>
foto=new Image();
foto.src="http://www.forosdelweb.com/image.php?u=11549&dateline=1089623522";
document.images[0].src=foto.src;
ancho=foto.width;
alto=foto.height;
alert(ancho)
alert(alto)
</script>
</body>
</html>
__________________ Cómo escribir
No hay pregunta tonta, sino tonto que quiere seguir en la ignorancia.
Última edición por KarlanKas; 23/09/2004 a las 02:05 |