<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(中国互联网络信息中心)认证的注册商,也是中国最大的域名和网站托管服务提供商之一。欢迎分享,转载请注明来源:内存溢出
评论列表(0条)