HTML / JavaScriptHow to load an error image when image not loaded March 31, 2016 Chandan SharmaComment on How to load an error image when image not loaded<img src="../product_image.jpg" alt="Image not found" onError="this.onerror=null; this.src='../empty/blank.gif';"/> this will solve the problemShare this:FacebookX