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> 展开
<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> 展开
展开全部
你使用的是相对路径,你的main.jsp必须放在你的页面的目录下,建议你用 ${pageContext.request.contextPath}/main.jsp
追问
这个没问题啊,我说的是这段代码,无法转到FindServlet,该怎么做啊?
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
建议使用jstl标签<c:url value='/xx.jsp'>
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
路径问题,jsp页面前面加/
追问
我说的是这段代码,无法转到FindServlet,该怎么做啊?
追答
servlet前加/
本回答被提问者采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询
广告 您可能关注的内容 |