var button = document.getElementById('btn'); /* your iframe button id */. button.onclick = function(){ reload() }; /* attached the reload() ...
確定! 回上一頁