function add_products(){ var el = document.getElementById("images_frame"); if (el){ var iframe=''; el.insertAdjacentHTML('afterend', iframe); } } document.addEventListener("DOMContentLoaded", function(event) { add_products(); });