window.onload = function(){ document.querySelector('button').addEventListener('click',()=>{ window.location.href = document.querySelector('iframe').src }) }
window.onload = function(){ document.querySelector('button').addEventListener('click',()=>{ window.location.href = document.querySelector('iframe').src }) }