1
如何找到輸入文本框是出口或沒有在我的iframe HTML窗口使用JavaScript如何在iframe窗口中找到輸入文本框?
現在,我使用下面的代碼
if(document.getElementById('iframe').contentWindow.document.getElementById("INPUTBOX").value)
{
alert("Exist")
}
else
{
alert("NOT Exist")
}
但它給了我