以下iframe代码包含:
iframe结果由xml数据
组成-collection
-error rowuniqueid =" 17"键=" 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 frameDoc;
if (myFrm.contentDocument){
frameDoc = myFrm.contentDocument;
}
else{ // bad Internet Explorer ;)
frameDoc = myFrm.document;
}
警报(frameDoc)
frameDoc获取[object HTMLDocument]我需要获取[object XMLDocument]
读取并解析错误标记
iframe id =" target_iframe"命名=" target_iframe" style =" display:none" iframe中