onsubmit="return check();"和onsubmit=&quo 财富值4

2016-10-29 11:34发布

<form name="Form" action="t" method="post" onsubmit="return check();"> 

如果这句没有return有什么不同?

友情提示: 此问题已得到解决,问题已经关闭,关闭后问题禁止继续编辑,回答。
12条回答

其他大多数事件也可以这样使用。
例如:
<input type="text" onkeypress="return false;" />将使该输入框无法输入字符`
<input type="button" onclick="return false;" />将使该按钮的点击无效`

一周热门 更多>