html登陆界面代码

html登陆界面代码,第1张

<form method="post" action="###" name="myform" onsubmit="checkpost()">

<label for="name">用户名:</label><input type="text" name="name" id="name" /><br />

<label for="pw">密码:</label><input type="password" name="pw" id="pw" /><br />

<input type="submit" value="提交" />

</form>

<script>

function checkpost(){

if(document.forms[0].name.value=="你要的用户名"&&document.forms[0].pw.value=="你要的密码"){

window.location="你要跳转的地址"

}else{

alert("用户名或密码不正确!")

return false

}

}

</script>

参考下面代码

<form method="post" action="###" name="myform" onsubmit="checkpost()">

<label for="name">用户名:</label><input type="text" name="name" id="name" /><br />

<label for="pw">密码:</label><input type="password" name="pw" id="pw" /><br />

<input type="submit" value="提交" />

</form>

<script>

function checkpost(){

if(document.forms[0].name.value=="要的用户名"&&document.forms[0].pw.value=="要的密码"){

window.location="要跳转的地址"

}else{

alert("用户名或密码不正确!")

return false

}

}

</script>

本系统可以设置是否启用HTML静态页面。当设置为不使用静态HTML时使用动态页面,当设置为采用HTML静态页面时,如果页面生成时间超过缓存时间设置值时,访问页面的同时生成HTML页面。 ps:广东时代互联科技有限公司--时代互联,成立于2000年,是中国首批经ICANN(国际互联网域名体系最高管理机构)和CNNIC(中国互联网络信息中心)认证的注册商,也是中国最大的域名和网站托管服务提供商之一。


欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/zaji/7004520.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2023-03-31
下一篇 2023-03-31

发表评论

登录后才能评论

评论列表(0条)

保存