本文介绍了在提交后单击按钮,然后发布表单时,做一些js的事情的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我有一个< input type ="submit">在其中
现在,我想在将表单发布到其操作URL之前进行一些客户端验证.我该怎么做呢.在此先感谢
我也想删除自动插入的字段__VIEWSTATE,__EVENTVALIDATION,因为它们没有任何作用
所以我该怎么做
i have a form with a <input type="submit"> in it
now i want to do some client side validation before the form is posted to its action url. how do i do this. thanks in advance
also i want to remove the automatically inserted fields __VIEWSTATE, __EVENTVALIDATION, as they dont serve me any purpose
so how do i do this
推荐答案
这篇关于在提交后单击按钮,然后发布表单时,做一些js的事情的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!