input password密码验证跳转页面
Posted fourteen-y
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了input password密码验证跳转页面相关的知识,希望对你有一定的参考价值。
代码如下:
查询密码 <input type="password" id="pwd" />
页面如下:
密码校验成功后跳转页面:
window.location = ‘https://www.baidu.com/‘;
以上是关于input password密码验证跳转页面的主要内容,如果未能解决你的问题,请参考以下文章
servlet进入数据库验证用户名密码,用户名密码写错 怎么跳转到登录页面?/