java web项目实现一个用户信息管理的应用系统

<title>用户信息管理系统</title></head><body><formmethod="POST"name="UserLogin"onsubmit="retur... <title>用户信息管理系统</title>
</head>
<body>
<form method="POST" name="UserLogin" onsubmit="return checkInfo();">
<table width="43.3%" align="center" border="0" background="image.jpg">
<tr height="71.5" align="center">
<td colspan="2"><h2>系统登录</h2></td>
</tr>
<tr height="30">
<td width="20%" style="padding-left:30px";>用户ID:</td>
<td><input type="text" name="id" id="id" value="" size="12" ></input></td>
</tr>
<tr height="30">
<td style="padding-left:30px";>密 码:</td>
<td><input type="password" name="passWord" id="passWord" value="" size="12" ></input></td>
</tr>
<tr height="30">
<td style="padding-left:30px";>验证码:</td>
<td><input type="text" name="randText" id="randText" value="" size="12" ></input>
<img alt="" src="code.jsp" id="randImag"><a href="javascript:loadRand();">刷新</a></td>
</tr>
<tr height="30">
<td colspan="2" align="center">
<input type="submit" name="submit" id="submit" value="登录" class="buttonx" ></input>

<input type="reset" name="reset" id="reset" value="清空" class="buttonx"></input>
</td>
</tr>
</table>
</form>
</body>
<script type="text/javascript">
function loadRand(){
document.getElementById("randImag").src="code.jsp?r="+ Math.random();
}
function checkInfo(){
var count = 0;
var id =document.all.id.value;
var passWord = document.getElementById("passWord").value;
var randText = document.all.randText.value;
if(id==""){
alert("请输入用户名!");
document.all.id.focus();
return false;
}
if(passWord==""){
alert("请输入密码!");
document.all.passWord.focus();
return false;
}
if(randText==""){
alert("请输入验证码!");
document.all.randText.focus();
return false;
}
// if(randText!=seesion1.getAttribute("randImage")){
// alert("验证码错误!");
// }
document.all.UserLogin.action="do?module=login_in&action=loginSevlet&method=checkUserInfo";
}
</script>
</html>
这是登录系统jsp页面,怎么在界面输入用户名密码之后,我能根据数据库判断用户是否存在,密码是否正确,正确就跳转到用户列表页面,求指导
展开
 我来答
zy562358446
2013-11-29 · 超过15用户采纳过TA的回答
知道答主
回答量:39
采纳率:100%
帮助的人:19.6万
展开全部
你在form表单中,已经设置了submit后跳转了js,在js里再设置要跳转的action,走action跳转service,返回到action,然后跳转页面就行了
叶秋雨
2013-11-21 · TA获得超过2077个赞
知道大有可为答主
回答量:2035
采纳率:0%
帮助的人:642万
展开全部
代码很多,可以留下你的联-系-方-式
追问
825333147加时备注下
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
收起 1条折叠回答
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式