📄 index2.jsp
字号:
<%@ include file="/_head.jsp"%>
<%@ page contentType="text/html; charset=UTF-8" %>
<div style="border:#cccccc 0px solid;width:218px;float:left;">
<div>
<table cellspacing="0" cellpadding="0" width="100%" border="1" style="border-collapse: collapse" bordercolor="#CCCCCC">
<tr>
<td align="center" height="29" bgcolor="#FFFFCC">购物车信息</td>
</tr>
<tr>
<td id="buyCart" height="105"></td>
</tr>
</table>
<script language="javascript" type="text/javascript">
sendRequest3('buyCart', '/main.do?event=toBuyCartLet');
</script>
</div>
<div style="height:20px;"></div>
<div>
<table cellspacing="0" cellpadding="0" width="100%" border="1" style="border-collapse: collapse" bordercolor="#CCCCCC">
<tr>
<td align="center" height="29" bgcolor="#FFFFCC">商品分类
</td>
</tr>
<tr>
<td id="tdCate" valign="top" height="105"></td>
</tr>
</table>
<script type="text/javascript">
sendRequest3("tdCate", "/htmlet/indexcate.htm");
</script>
</div>
<div style="height:20px;"></div>
<div id="divRecTop"></div>
<script language="javascript" type="">
sendRequest3("divRecTop", "/htmlet/indexrectop.htm");
</script>
</div>
<div style="border:#cccccc 0px solid;width:15px;float:left;"></div>
<div style="border:#cccccc 0px solid;width:541px;float:left;">
<div id="indexAd"></div>
<script type="text/javascript">
sendRequest3("indexAd", "/htmlet/indexad1.htm");
</script>
<div id="tdIndexGoodsList" style="width:100%;"></div>
<script type="text/javascript">
sendRequest3("tdIndexGoodsList", "/htmlet/indexgoods.htm");
</script>
</div>
<div style="border:0px solid #cccccc;width:15;float:left;"></div>
<div style="border:#cccccc 0px solid;width:218px;float:left;">
<div>
<table cellspacing="0" cellpadding="0" width="100%" border="1" style="border-collapse: collapse" bordercolor="#CCCCCC" height="134">
<tr>
<td align="center" height="29" bgcolor="#FFFFCC">公告</td>
</tr>
<tr>
<td height="105" style="padding:5px;line-height: 200%">
<marquee id="mqBulletin" onmouseover="stop()" onmouseout="start()" scrollAmount="2" direction="up" width="200" height="160"></marquee>
<script type="text/javascript">
sendRequest3("mqBulletin", "/htmlet/bulletin.htm");
</script>
</td>
</tr>
</table>
</div>
<div style="height:20px;"></div>
<div id="divTop"></div>
<script language="javascript" type="">
sendRequest3("divTop", "/htmlet/indextop.htm");
</script>
</div>
<p></p>
<div style="width:1004px;height:30px;"></div>
<%@ include file="/_foot.jsp"%>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -