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

📄 views.jsp

📁 基于jsp+javabean+access(mysql)三层结构的动态购物网站
💻 JSP
字号:
<%@ page contentType="text/html;charset=GBK" language="java" import="java.sql.*" %>
<%@ page autoFlush="true" errorPage="error.html"%>
<html>
<%@ include file="top.jsp"%>

<link href="css.css" rel="stylesheet" type="text/css">
<TABLE width=778 border=0 align="center" cellPadding=0 cellSpacing=0>
  <TBODY> 
  <TR> 
    <TD colSpan=4 height=3></TD>
  </TR>
  <TR> 
    <td width="180" valign="top"> 
      <table width="180" border="0" cellspacing="0" cellpadding="0" align="center">
        <tr> 
          <td valign="top"> 
		  <!---------------------------user info--------------------------------->
           <%@ include file="dengluyufou.jsp"%>
			<!-----------------------user info end----------------------------------->
          </td>
        </tr>
      </table>
      <table width="100%" border="0" cellspacing="0" cellpadding="0" height="5">
        <tr> 
          <td></td>
        </tr>
        <tr> 
          <td></td>
        </tr>
      </table>
	  <!---------------------------searchpage------------------------------------>
      <%@ include file="in-search.jsp"%>
	   <!---------------------------searchpage-   end----------------------------------->
      <table width="100%" border="0" cellspacing="0" cellpadding="0" height="5">
        <tr> 
          <td> 
            <%@ include file="topsort.jsp"%>
          </td>
        </tr>
      </table>
    </td>
    <TD width=13 height=150> </TD>
    <TD width=575 height=150 valign="top"> 
      <!---------------------------product info--------------------------------------->
	  <%@include file="in-product.jsp"%>
    </TD>
    <TD width=10 height=150> </TD>
  </TR>
  <TR> 
    <TD colSpan=4 height=2></TD>
  </TR>
  </TBODY> 
</TABLE>
<%@ include file="copy.jsp"%>

⌨️ 快捷键说明

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