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

📄 leftrecommendgoods.ascx

📁 jsp实现的网上购物系统
💻 ASCX
字号:
<%@ Control Language="c#" AutoEventWireup="false" Inherits="JiSuShop.Web.Skin.LeftRecommendGoods" %>
<table class="LeftList" id="Table2" cellSpacing="0" cellPadding="0" width="200" bgColor="#ffffff"
	border="0">
	<tr>
		<td class="leftR">推荐商品</td>
	</tr>
	<TR>
		<td class="SortList"><table width="85%" align="center">
			<asp:Repeater EnableViewState="False" ID="GoodList" Runat="server">
				<ItemTemplate>
					·<A id="GoodName" runat="server" href="#"></A>
					<br />
			  </ItemTemplate>
			</asp:Repeater>		</table></td>
</table>

<table cellspacing="0" cellpadding="0" width="100%"  
            border="0">
  <tbody>
    <tr>
      <td width="100%" height="8"></td>
    </tr>
  </tbody>
</table>

⌨️ 快捷键说明

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