标签:style class blog code color os
第一种
@using (Html.BeginForm("ProdPromotionEdit", "Product", FormMethod.Post, new { onsubmit = "return check()" }))
第二种
<input onsubmit="return check() " type="submit">
第三种jquery
$("#xxxform").submit(function() { return true or false });
标签:style class blog code color os
原文地址:http://www.cnblogs.com/haorui/p/3785721.html