我的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
任何帮助表示赞赏!
答案 0 :(得分:5)
您的问题是,您有多个具有相同名称的表单,因此当您按照以下方式访问时,document.forms
,['Form']
将返回到第一页。