展开全部
要使用JS代码,例如:
<form onsubmit="return chk();" name=f1 action=... >
<input type=text name=t1>
...
</form>
<script type=text/script>
funvtion chk(){
if (document.f1.t1.value=='') {alert('t1不能为空');return false;}
//继续判断其它域
//最后返回成功
return true;
}
</script>
<form onsubmit="return chk();" name=f1 action=... >
<input type=text name=t1>
...
</form>
<script type=text/script>
funvtion chk(){
if (document.f1.t1.value=='') {alert('t1不能为空');return false;}
//继续判断其它域
//最后返回成功
return true;
}
</script>
本回答被提问者采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询