How to load an error image when image not loaded Posted on March 31, 2016 by Chandan Sharma in HTML, JavaScript<img src="../product_image.jpg" alt="Image not found" onError="this.onerror=null; this.src='../empty/blank.gif';"/> this will solve the problemShare this:TwitterFacebook Published by Chandan Sharma View all posts by Chandan Sharma