以下 iframe 代码包括:
iframe 结果由 xml 数据组成
-收藏
-error rowuniqueid="17" key="filenameupload"
Please upload files of the 16 BIT MONO wav format only; other formats are not supported at the moment..
error
收藏
javascript:
var myFrm = document.getElementById('target_iframe');
var 框架文档;
if (myFrm.contentDocument){
frameDoc = myFrm.contentDocument;
}
else{ // bad Internet Explorer ;)
frameDoc = myFrm.document;
}
警报(frameDoc)
frameDoc 获取为 [object HTMLDocument] 我需要获取 [object XMLDocument]
读取和解析错误标签
iframe id="target_iframe" name="target_iframe" style="display: none" iframe