10 if (iframe.readyState == "complete"){ 11 alert("Local iframe is now loaded."); 12 } 13 }; 14 } 15 document.body.appendChild(iframe);.
確定! 回上一頁