网页代码错了,不懂啊?请高手救命!谢谢了

来源:百度知道 编辑:UC知道 时间:2024/06/15 20:12:10
<htmL>
<head>
<title>
成长电脑
</title>
<head>
<body>
<FORM name=gomail onsubmit="return clickMail()" action="" method=post id=FrLgn><INPUT type=hidden name=url><INPUT type=hidden name=username><INPUT type=hidden name=type><INPUT type=hidden name=password><INPUT type=hidden name=domain><INPUT type=hidden value=http://cn.mail.yahoo.com/inset.html?rr=529401327 name=.done><INPUT type=hidden name=user><INPUT type=hidden name=pass><INPUT type=hidden value=true name=enterVip><INPUT type=hidden name=UserName><INPUT type=hidden name=Password><INPUT type=hidden name=u><INPUT type=hidden name=psw><INPUT type=hidden name=login><INPUT type=hidden name=LoginName><INPUT type=hidden name=usr><INPUT type=hidden

你写出的html本身没有错误,只是你为form的onsubmit事件指定了一个javascript函数clickMail(),但是你又没给出该函数的实现代码,所以点登陆按钮时会报错。