java 通过button跳转到Servlet 点击butoon却没有反应

<%@pagecontentType="text/html"pageEncoding="GBK"%><html><head><title>登录操作界面</title></... <%@page contentType="text/html" pageEncoding="GBK"%>
<html>
<head><title>登录操作界面</title></head>
<body>
<center>
<h1>登陆操作</h1>
<h2>登陆成功</h2>
<h2>欢迎<font color="red"><%=request.getParameter("uname")%></font>光临!</h2>
<input type="button" value="用户管理" name="button2" onclick="window.location.href='main.jsp'">
<input type="button" value="年段管理" name="button2" onclick="window.location.href='"servlet/FindServlet"'">
<input type="button" value="班级管理" name="button2" onclick="window.location.href='class.jsp'">
<input type="button" value="课程管理" name="button2" onclick="window.location.href='studentsres.jsp'">
<input type="button" value="分数管理" name="button2" onclick="window.location.href='studentsres.jsp'">
</center>
</body>
</html>
展开
 我来答
2rnbo787069354
2014-03-31 · 超过27用户采纳过TA的回答
知道答主
回答量:83
采纳率:0%
帮助的人:60.7万
展开全部
你使用的是相对路径,你的main.jsp必须放在你的页面的目录下,建议你用 ${pageContext.request.contextPath}/main.jsp
追问
 

这个没问题啊,我说的是这段代码,无法转到FindServlet,该怎么做啊?
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
飞天小母猪1
2014-03-31 · 超过10用户采纳过TA的回答
知道答主
回答量:26
采纳率:0%
帮助的人:23.5万
展开全部
建议使用jstl标签<c:url value='/xx.jsp'>
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
九天灬恒星
2014-03-31
知道答主
回答量:9
采纳率:0%
帮助的人:12.4万
展开全部
路径问题,jsp页面前面加/
追问
 
我说的是这段代码,无法转到FindServlet,该怎么做啊?
追答
servlet前加/
本回答被提问者采纳
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
收起 1条折叠回答
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

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

类别

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

说明

0/200

提交
取消

辅 助

模 式