var iframe = document.getElementById("stats"); alert("ready state change to: " + iframe.readyState); if (iframe.readyState == "complete")
確定! 回上一頁