Ver Mensaje Individual
  #3 (permalink)  
Antiguo 12/02/2011, 08:36
Avatar de _cronos2
_cronos2
Colaborador
 
Fecha de Ingreso: junio-2010
Mensajes: 2.062
Antigüedad: 14 años, 5 meses
Puntos: 310
Respuesta: Onload para validar una url váilda de imagen

Esto me funciona en Chrome y en FF:
Código HTML:
Ver original
  1. <input type='text' id='t' />
  2. <input type='button' onclick='comp()' value='comprobar' />
Código Javascript:
Ver original
  1. function comp(){
  2. var img = new Image();
  3. img.src = document.getElementById('t').value;
  4. img.onerror=function(){ alert('error'); }
  5. }
Saludos (:
__________________
" Getting older’s not been on my plans
but it’s never late, it’s never late enough for me to stay. "
Cigarettes - Russian Red