onsubmit 直接返回false 还是提交了

求救。。。<formname="form1"id="form1"action="index.php"method="get"onsubmit="returnfasle">... 求救。。。
<form name="form1" id="form1" action="index.php" method="get" onsubmit="return fasle" >

我直接就return false 根本无效。。
<html>
<head>
<style language="javascript" type="text/javascript">
function submitcheck()
{
alert("eeee");
return fasle;
}
</style>
</head>
<form name="form1" id="form1" action="index.php" method="get" onsubmit="return fasle" >
邮箱:<input type="text" name="mail" style="width:150px;"/><br \><br \>
用户名:<input type="text" name="user" style="width:150px;"/><br \><br \>
留言内容:<br \><textarea cols="35" rows="10" name="contnet"></textarea><br \><br \>
<input type="submit" value="提交留言" \>
</form>
</html>
展开
 我来答
缓步莫迟疑C
推荐于2017-12-15 · TA获得超过1.1万个赞
知道大有可为答主
回答量:6217
采纳率:73%
帮助的人:6425万
展开全部
你的关键字拼写错啦,是false而不是fasle,你提问中都写对了,唯有onsubmit那里写错了.
onsubmit="return fasle"
改为
onsubmit="return false"
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式