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

📄 main.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: #6666FF;
}
-->
</style></head>

<body>
<div align="center">
  <table width="760" border="0" cellspacing="0" cellpadding="0">
    <tr>
      <th colspan="2" scope="col">&nbsp;</th>
    </tr>
    <tr>
      <th width="174" scope="col"><table width="100%"  border="0" cellspacing="0" cellpadding="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></th>
      <td align="left" valign="top" scope="col"><div align="left">
        <table width="100%"  border="0" cellspacing="0" cellpadding="0">
          <tr>
            <th scope="col"><div align="right"><img src="image/ATS.jpg" width="110" height="24"><img src="image/right_home.gif" width="580" height="24"></div></th>
          </tr>
          <tr>
            <th height="220" background="image/middle_bg.gif" scope="row"><p>&nbsp;</p>
              <p>&nbsp;</p>
              <p>&nbsp;</p>
              <p>&nbsp;</p>
              <p>&nbsp;</p></th>
          </tr>
          <tr>
            <th scope="row"><img src="image/middle_buttom_bg.gif" width="690" height="7"></th>
          </tr>
        </table>
      </div></td>
    </tr>
    <tr>
      <th scope="row">&nbsp;</th>
      <td>&nbsp;</td>
    </tr>
  </table>
</div>
</body>
</html>

⌨️ 快捷键说明

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