ASP怎么在提交表单的时候验证文本框为空的话就onSubmit提示啊
2个回答
2014-02-22
展开全部
<script>
function check(){
if(document.getElementById('net920com').value==''){
return false;
}else{
return true;
}
}
</script><form method="post" action="" onsubmit="return check()">
<input type="text" name="net920com" id="net920com" />
</form>
function check(){
if(document.getElementById('net920com').value==''){
return false;
}else{
return true;
}
}
</script><form method="post" action="" onsubmit="return check()">
<input type="text" name="net920com" id="net920com" />
</form>
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
2014-02-22
展开全部
好吧,这个你可以找一个表单验证的网页,保存下来,自己斟酌
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询