未捕获的TypeError:无法读取未定义的属性“值”

时间:2013-12-12 12:09:18

标签: javascript typeerror

我的JavaScript验证中出现Uncaught Type错误。这是javascript文件:http://pastebin.com/hH3vvFTS

以下是关联HTML:http://pastebin.com/mXHxfxiJ

完整错误是:

Uncaught TypeError: Cannot read property 'value' of undefined validation.js:38
pwMatchVal validation.js:38
validateForm validation.js:5
onsubmit account.html:362

任何帮助表示赞赏!

1 个答案:

答案 0 :(得分:5)

您的问题是,您有多个具有相同名称的表单,因此当您按照以下方式访问时,document.forms['Form']将返回到第一页。