JS代码:
function open_user(){
var ID_length = document.getElementById("idinput").value;
if (ID_length.length > 3) {
window.open("用户登录界面.html");
}else{
alert("wrong");
}
html部分代码:
<a href="" id="land" style="display: inline-block;width: 272px;height: 42px;background: #dcbd40;text-align: center;line-height: 42px;color: black;text-decoration: none;font-size: 17px;" onclick="open_user()">登录</a>
如图,无论输入内容的长度是否满足条件都会弹出错误,求大佬帮助。
慕哥9229398
GCT1015
相关分类