网页错误详情
用户代理:Mozilla / 4.0(兼容; MSIE 8.0; Windows NT 6.1; WOW64; Trident / 4.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; InfoPath。 3; .NET4.0C) 时间戳:星期五,2014年3月28日04:23:31 UTC
消息:'document.getElementsByName(...)。0.value'为null或不是对象 行:2963 Char:1 代码:0
答案 0 :(得分:0)
document.getElementsByName(...).0.value' is null or not an object
通常在您尝试访问尚不存在的元素时发生。问题似乎是在添加元素之前运行JavaScript。必须先将元素添加到DOM中,然后才能访问它。