次の 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 frameDoc;
if (myFrm.contentDocument){
frameDoc = myFrm.contentDocument;
}
else{ // bad Internet Explorer ;)
frameDoc = myFrm.document;
}
アラート(frameDoc)
[オブジェクト HTMLDocument] として取得する frameDoc [オブジェクト XMLDocument] を取得する必要がある場合
エラータグを読み取って解析する
iframe id="target_iframe" name="target_iframe" style="display: none" iframe