09/03/2010, 14:42
|
| | Fecha de Ingreso: junio-2008 Ubicación: Capital Federal xD
Mensajes: 1.208
Antigüedad: 16 años, 4 meses Puntos: 35 | |
Respuesta: Ancho y alto de imagenes function alp() {
var imgFile= document.getElementById("imagen");
var getHeight = imgFile.height;
var getWidth = imgFile.width;
alert(getHeight);
alert(getWidth);
}
<img src="106.gif" onclick=alp() id="imagen"></img>
__________________ I am Doyle please insert code. |