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

📄 header.ascx

📁 新普商城是基于.Net平台开发的免费商城系统。功能强大
💻 ASCX
字号:
<%@ Control Language="c#" AutoEventWireup="false" Codebehind="Header.ascx.cs" Inherits="XpShop.WebUI.Modules.Header" TargetSchema="http://schemas.microsoft.com/intellisense/ie5"%>
<%@ Register TagPrefix="uc1" TagName="Bulletin" Src="Bulletin.ascx" %>
<script language=javascript>
function addtocart(pid)
{
	if('True' == 'True')
	{
		temp=window.open('ShoppingCart.aspx?pid='+pid,'shopcat','width=700,height=650,scrollbars=yes,top=0,left=0');
		temp.focus();
	}
	else
	{
		alert('heihei2');
		return false;
	}
}
</script>
<div align="center">
	<table width="777"  border="0" cellspacing="0" cellpadding="0">
		<tr>
			<td>
				<div align="center">
					<table width="100%"  border="0" cellspacing="0" cellpadding="0">
						<tr>
							<td width="31%">
								<div align="center">
									<table width="242" height="79" border="0" cellpadding="0" cellspacing="0">
										<tr>
											<td background="template/blue/images/top_01.jpg"><div align="center"><a href="<%=config.SiteUrl%>"><%=config.SiteLogo%></a></div></td>
										</tr>
									</table>
								</div>
							</td>
							<td width="69%">
								<table width="100%"  border="0" cellspacing="0" cellpadding="0">
									<tr>
										<td><a href="Default.aspx"><img src="template/blue/images/index.jpg" alt="" width="102" height="79" border="0"></a></td>
										<td><a href="NewsIndex.aspx"><img src="template/blue/images/news.jpg" alt="" width="87" height="79" border="0"></a></td>
										<td><a href="Guest.aspx"><img src="template/blue/images/guest.jpg" alt="" width="84" height="79" border="0"></a></td>
										<td><a href="List.aspx"><img src="template/blue/images/hotproduct.jpg" alt="" width="86" height="79" border="0"></a></td>
										<td><a href="MemberCenter.aspx"><img src="template/blue/images/member.jpg" alt="" width="86" height="79" border="0"></a></td>
										<td><a href="bbs/index.asp" target=_blank><img src="template/blue/images/bbs.jpg" alt="" width="91" height="79" border="0"></a></td>
									</tr>
								</table>
							</td>
						</tr>
					</table>
				</div>
			</td>
		</tr>
		<tr>
			<td height="19" bgcolor="#9FD7F8"><uc1:Bulletin id="Bulletin1" runat="server"></uc1:Bulletin></td>
		</tr>
		<tr>
			<td height="4" bgcolor="#FFFFFF"></td>
		</tr>
	</table>
	<IFRAME border=0 name=I1 marginWidth=1 
            marginHeight=1 src="menu.htm" 
            frameBorder=0 width=200 scrolling=no 
            height=0> 
            XpShop.CN</IFRAME>
</div>

⌨️ 快捷键说明

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