easyXDM在未定义对象的IE8上失败

时间:2013-04-25 10:50:12

标签: javascript internet-explorer-8 easyxdm

这个脚本在所有浏览器中都运行良好,但IE8,错误指向我434列colum 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行是:输入

编辑: enter image description here 链接:http://postimg.org/image/n1ogavda3/

0 个答案:

没有答案