⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 left.jsp

📁 一个 网上答疑系统 与大家分享 jsp+sql
💻 JSP
字号:
<%@ page contentType="text/html; charset=GB2312" %>
<html>
<head>
<LINK href="Style.css" type=text/css rel=stylesheet>
<title>我的论坛</title>
</head>
<body topmargin=0>
<table width="186" border="0" cellpadding="0" cellspacing="1" bgcolor=#A7A7A7>
  <tr height=31>
	<a href="register.jsp"  target="right">
    <td bgcolor="#f3f3f3" align=center onmouseover="this.bgColor='#a7a7a7'" onmouseout="this.bgColor='#f3f3f3'" style="cursor:hand">
	&nbsp;用户注册</td></a>
  </tr>
  <tr height=31> 
    <a href="login.jsp"  target="right">
    <td bgcolor="#f3f3f3" align=center onmouseover="this.bgColor='#a7a7a7'" onmouseout="this.bgColor='#f3f3f3'" style="cursor:hand">
	&nbsp;用户登录</td></a>
  </tr>


  <tr height=31>
	<a href="topiclist.jsp"  target="right">
    <td bgcolor="#f3f3f3" align=center onmouseover="this.bgColor='#a7a7a7'" onmouseout="this.bgColor='#f3f3f3'" style="cursor:hand">
	&nbsp;进入系统</td></a>
  </tr>
  
<tr height=31> 
	<a href="password.jsp"  target="right">
    <td bgcolor="#f3f3f3" align=center onmouseover="this.bgColor='#a7a7a7'" onmouseout="this.bgColor='#f3f3f3'" style="cursor:hand">
	&nbsp;更改密码</td></a>
  </tr>
  <%
  if("3".equals((String)session.getAttribute("userq")))
  {%>
  <tr height=31> 
	<a href="manage.jsp"  target="right">
    <td bgcolor="#f3f3f3" align=center onmouseover="this.bgColor='#a7a7a7'" onmouseout="this.bgColor='#f3f3f3'" style="cursor:hand">
	&nbsp;用户管理</td></a>
  </tr><%
  }
  %>
<tr height=31> 
	<a href="logout.jsp"  >
    <td bgcolor="#f3f3f3" align=center onmouseover="this.bgColor='#a7a7a7'" onmouseout="this.bgColor='#f3f3f3'" style="cursor:hand">
	&nbsp;退出系统</td></a>
  </tr>
</table>
</body>
</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -