javascript - easyXDM failing on IE8 with undefined object -


this script working great in browser ie8, error points me line 434 colum 75 telling me there undefined object.

error log:

messaggio: 'undefined' è nullo o non è un oggetto linea: 434 carattere: 75 codice: 0 uri: http://127.0.0.1:81/apitest/js/easyxdm.js 

and function on line:

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 avoid caching issues     has_name_property_bug = input !== form.elements[input.name];     document.body.removechild(form); } 

the line 434 column 75 is: input

edit: enter image description here link: http://postimg.org/image/n1ogavda3/


Popular posts from this blog

How to calculate SNR of signals in MATLAB? -

c# - Attempting to upload to FTP: System.Net.WebException: System error -

ios - UISlider customization: how to properly add shadow to custom knob image -