View Single Post
  #3 (permalink)  
Old Dec 21st, 2006, 16:48
spinal007's Avatar
spinal007 spinal007 is offline
Moderator
Join Date: Mar 2004
Location: Good Ol'London
Age: 23
Posts: 1,650
Blog Entries: 1
Thanks: 0
Thanked 4 Times in 4 Posts
Re: Detecting "image loaded successfully"

Back in my rule breaking days when standards were as important to me as an underwater hair drier, I used to use the 'onload' property on the image tag.

ie.:
<img src="/img.gif" onload="alert('Image loaded: '+this.src);"/>
Reply With Quote