var iframe = document.getElementById('theiframe'); function refresh( ) { alert('foo'); } if (iframe.attachEvent) iframe.attachEvent('onload', refresh); else ...
確定! 回上一頁