📄 index.asp
字号:
<!--#include File="Conn.asp"-->
<!--#include File="Left.asp"-->
<%
Dim LinkArr
Set Rs = Conn.Execute("Select * From Link Where LinkType = 'text' and ShopNumberID = '"& ShopNumberID &"' Order By LinkOrder")
While Not Rs.Eof
LinkArr = LinkArr & "·<a href="& Rs("LinkURL") &" target=_blank>"& Rs("LinkName") &"</A><br>"
Rs.MoveNext
Wend
Rs.Close
Set Rs = Nothing
Dim LinkArr_p
Set Rs = Conn.Execute("Select * From Link Where LinkType = 'pic' and ShopNumberID = '"& ShopNumberID &"' Order By LinkOrder")
While Not Rs.Eof
LinkArr_p = LinkArr_p & "<a href="& Rs("LinkURL") &" target=_blank><img src="& ViewImageFile &"?w=120&h=100&picUrl="& Rs("LinkName") &" border=0></A><br><br>"
Rs.MoveNext
Wend
Rs.Close
Set Rs = Nothing
Set Rss = Conn.Execute("Select * From Shop where (Flag='0501' or Flag='0502') and UserNumberID = '"& UserNumberID &"' and ShopNumberID<>'"& ShopNumberID &"'")
While Not Rss.Eof
ShopURL2 = Trim(Rss("ShopURL"))
ShopDomain_Name2 = Trim(Rss("ShopDomain_Name"))
IF DomainStr = 1 Then
ShopURL2 = ThenURLName &"?U="& ShopDomain_Name2
End IF
IF Trim(rsS("Flag"))="0501" or Trim(rsS("Flag"))="0502" Then
ShopStr = ShopStr & "<a href="& ShopURL2 &" target=_blank title=进入"& Rss("ShopName") &"卖场 Class=none1>"& Rss("ShopName") &"</A><br>"
Else
ShopStr = ShopStr & ""& Rss("ShopName") &"<br>"
End iF
Rss.MoveNext
Wend
Rss.Close
Set Rss = Nothing
%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>首页-<%=HTMLEncodeNO(ShopName)%>-<%=HTMLEncodeNO(ShopTitle)%>-互联之光大卖场</title>
<meta name="keywords" content="<%=HTMLEncodeNO(ShopKey)%>">
<meta name="description" content="<%=HTMLEncodeNO(ShopContent)%>">
<link href="CSS.CSS" rel="stylesheet" type="text/css">
</head>
<body leftmargin="0" topmargin="0">
<!--#include File="Top.asp"-->
<table width="760" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="ffffff">
<tr>
<td width="182" valign="top" background="images/i_35.gif">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><table width="100%" border="0" cellpadding="0" cellspacing="0" >
<tr>
<td height="4"></td>
</tr>
</table>
<%
Call Login()
Call Search()
Call ClassS()
%>
</td>
</tr>
</table>
<table width="172" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><img src="images/i_21.gif" width="182" height="24"></td>
</tr>
<tr>
<td> <table width="80%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td> <%=LinkArr%></td>
</tr>
</table>
<table width="80%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td align="center"> <%=LinkArr_p%></td>
</tr>
</table></td>
</tr>
</table>
<table width="181" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><img src="images/i_26.gif" width="182" height="24"></td>
</tr>
<tr>
<td> <table width="80%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td> <%=ShopStr%></td>
</tr>
</table></td>
</tr>
</table></td>
<td width="4" valign="top"> </td>
<td valign="top">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><img src="images/i_17.gif" width="489" height="3"></td>
</tr>
</table>
<%IF Int(Mould_Setup(6)) = 0 Then%>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="2"><a href="News.asp"> </a></td>
<td width="78"><img src="images/i_7.gif" width="78" height="24"></td>
<td width="493" background="images/i_8.gif"> </td>
<td width="10"><a href="News.asp"><img src="images/i_10.gif" width="49" height="24" border="0"></a></td>
</tr>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><table width="96%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td>
<!--#include File="iNews.asp"-->
</td>
</tr>
</table></td>
</tr>
</table>
<%End IF%>
<%IF Int(Mould_Setup(15)) = 0 Then%>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="2"><a href="News.asp"> </a></td>
<td width="78"><img src="images/i_15.gif" width="78" height="24"></td>
<td width="493" background="images/i_8.gif"> </td>
<td width="10"><a href="Products.asp"><img src="images/i_10.gif" width="49" height="24" border="0"></a></td>
</tr>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><table width="100%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td>
<%IF Int(Mould_Setup(13)) = 0 Then%>
<!--#include File="iProduct_A.asp"-->
<%Else%>
<!--#include File="iProduct.asp"-->
<%End IF%>
</td>
</tr>
</table></td>
</tr>
</table>
<%End IF%>
</td>
</tr>
</table>
</td>
</tr>
</table>
<!--#include File="End.asp"-->
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -