(用户名的class为a,密码的class为b,确认密码的class为c) <script type="text/javascript"> function check(){ var yonghu=document.getElementById("a"); var pwone=document.getElementById("b"); var pwtwo=document.getElementById("c"); if(yonghu.value == "" || b.value == "") { alert("用户名或密码不能为空"); } if(b.value!=c.value) { alert("密码与确认密码不一致"); } }</script> .......... <input class="tijiao" type="submit" value="提交" onclick="check()" />
添加回答
举报
0/150
提交
取消