我在修改do_register.htm文件中添加了一个文本输入框,,但是在提交数据的时候提示脚本错误:
javascript错误:'contentWindow.document.XMLDocument.text'为空或不是对象
showloading('none');
if(is_ie) {
var s = $(ajaxpostHandle[1]).contentWindow.document.XMLDocument.text;
} else {
var s = $(ajaxpostHandle[1]).contentWindow.document.documentElement.firstChild.nodeValue;
}