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

📄 left.jsp

📁 本例讲述了如何使用JSP技术编写论坛系统
💻 JSP
字号:
<%@ page contentType="text/html; charset=gb2312" language="java" import="java.sql.*" errorPage="" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>无标题文档</title>
<style type="text/css">
<!--
body,td,th {
	font-size: 12px;
	color: #6600CC;
}
a {
	font-size: 12px;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
body {
	margin-left: 0px;
	margin-top: 0px;
}
-->
</style></head>

<body>
<table width="174"  border="0" align="right" cellpadding="0" cellspacing="0">
        <tr>
          <th scope="col"><img src="image/menu_top.gif" width="174" height="35"></th>
        </tr>
        <tr>
          <th height="119" align="center" valign="top" background="image/menu_body.gif" scope="row"><table width="86%" height="165"  border="0" cellpadding="0" cellspacing="0">
            <tr>
              <th height="12" scope="col">&nbsp;</th>
            </tr>
            <tr>
              <td height="141" align="left" valign="top" background="image/txtLine.gif" scope="row"><table width="100%"  border="0" cellspacing="0" cellpadding="0">
                <tr>
                  <th height="18" scope="col">&nbsp;</th>
                </tr>
                <tr>
                  <th height="19" scope="row">管理类别<img src="image/ico1.gif" width="7" height="11"></th>
                </tr>
                <tr>
                  <th height="21" scope="row">管理消息<img src="image/ico1.gif" width="7" height="11"></th>
                </tr>
                <tr>
                  <th height="19" scope="row">管理用户<img src="image/ico1.gif" width="7" height="11"></th>
                </tr>
                <tr>
                  <th height="20" scope="row">返回首页<img src="image/ico1.gif" width="7" height="11"></th>
                </tr>
              </table></td>
            </tr>
            <tr>
              <th scope="row">&nbsp;</th>
            </tr>
          </table></th>
        </tr>
        <tr>
          <th scope="row"><img src="image/menu_bottom2.gif" width="174" height="53"></th>
        </tr>
</table>
<div align="center"></div>
</body>
</html>

⌨️ 快捷键说明

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