var o=document.getElementById('box'); o.onclick = function() { var img1 = document.createElement('img'); img1.src='http://kalamb.ru/1.jpg'; if (!this.childNodes.length) this.appendChild(img1); }