Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR HTML

img load error use other image

<img 
     src="imagenotfound.gif"
     alt="Image not found"
     onerror="this.onerror=null;this.src='imagefound.gif';" 
/>
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #img #load #error #image
ADD COMMENT
Topic
Name
6+9 =