jsp使用script把表单的值传到servlet中
做了个登录界面,想把jsp中的logname和password值传到servlet里,form的action已经拿来做验证码了,所以想在if(rand.equals(in...
做了个登录界面,想把jsp中的logname和password值传到servlet里,form的action已经拿来做验证码了,所以想在
if(rand.equals(input)){
out.print("<script>alert('验证通过!');window.location.href='helpLogin';</script>");
} else{
out.print("<script>alert('请输入正确的验证码!');location.href='login.jsp';</script>");
}
所以想在window.location.href=后面写servlet地址,但页面会显示500,所以想连同form里的值一同传到servlet中,求大神指导应该怎么写......本人新手,求详细指点,感激不尽啊!!! 展开
if(rand.equals(input)){
out.print("<script>alert('验证通过!');window.location.href='helpLogin';</script>");
} else{
out.print("<script>alert('请输入正确的验证码!');location.href='login.jsp';</script>");
}
所以想在window.location.href=后面写servlet地址,但页面会显示500,所以想连同form里的值一同传到servlet中,求大神指导应该怎么写......本人新手,求详细指点,感激不尽啊!!! 展开
2个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询