const newwindow = document.getElementById("newwindow"); newwindow.onclick = function(event) { const iframe = document.getElementById("popup-iframe"); this.href = iframe.src; }