The following code works fine in chrome and Firefox, but breaks in IE 9.0.
message.nodeTree.childNodes[1].childNodes[0].childNodes[0].appendChild(pkf_util.createXmlTextNode(text));
when I try to input something via textarea,it comes with SCRIPT5022:
DOM Exception: HIERARCHY_REQUEST_ERR (3) line 481 character 29;
Any ideas why it's not working in IE 9.0?