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

📄 index.jsp

📁 JSP的网上商城的代码。只是小部分。希望大家能够多看看。一起学习。
💻 JSP
字号:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>HomePage</title>
<style type="text/css">
<!--
#Layer1 {
	position:absolute;
	left:13px;
	top:190px;
	width:172px;
	height:49px;
	z-index:1;
}
#Layer2 {
	position:absolute;
	left:31px;
	top:384px;
	width:171px;
	height:102px;
	z-index:1;
}
#Layer3 {
	position:absolute;
	left:304px;
	top:385px;
	width:628px;
	height:76px;
	z-index:2;
}
#Layer4 {
	position:absolute;
	left:247px;
	top:414px;
	width:647px;
	height:14px;
	z-index:3;
}
-->
</style>
</head>

<body>
<div align="center">
  <table width="972" height="151" border="0">
    <tr>
      <td height="81"><p><img src="images/sb.gif" width="208" height="121" /></p>    </td>
      <td width="790"><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="697" height="114">
        <param name="movie" value="images/a.swf" />
        <param name="quality" value="high" />
        <embed src="images/a.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="697" height="114"></embed>
      </object></td>
    </tr>
    <tr>
      <td height="22">&nbsp;</td>
      <td><%@include file="seach.jsp" %></td>
    </tr>
  </table>
  <table width="974" border="0" cellpadding="0" cellspacing="0">
    <!--DWLayoutTable-->
    
    <tr>
      <td width="242" height="2"></td>
      <td width="698"></td>
      <td width="34"></td>
    </tr>
    <tr>
      <td height="21" valign="top">
        <div align="left"></div></td>
      <td valign="top"><!--DWLayoutEmptyCell-->&nbsp;</td>
      <td valign="top"><!--DWLayoutEmptyCell-->&nbsp;</td>
    </tr>
    <tr>
      <td height="18" valign="top"><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="132" height="400">
        <param name="movie" value="images/main.swf" />
        <param name="quality" value="high" />
        <embed src="images/main.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="132" height="400"></embed>
      </object></td>
      <td><div align="center">
        <div align="left">
          <%@include file="main.jsp" %>
        </div>
      </div></td>
      <td>&nbsp;</td>
    </tr>
  </table>
</div>
</body>
</html>

⌨️ 快捷键说明

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