このスクリプトは、IE8 以外のすべてのブラウザーで問題なく動作します。エラーは、行 434 の列 75 を指し、未定義のオブジェクトがあることを示しています。
エラーログ:
Messaggio: 'undefined' è nullo o non è un oggetto
Linea: 434
Carattere: 75
Codice: 0
URI: http://127.0.0.1:81/apitest/js/easyXDM.js
そして、これはその行の関数です:
function testForNamePropertyBug(){
var form = document.body.appendChild(document.createElement("form")), input = form.appendChild(document.createElement("input"));
input.name = IFRAME_PREFIX + "TEST" + channelId; // append channelId in order to avoid caching issues
HAS_NAME_PROPERTY_BUG = input !== form.elements[input.name];
document.body.removeChild(form);
}
正確に 434 行目の 75 列目は次のとおりです 。
編集: リンク: http://postimg.org/image/n1ogavda3/