📄 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"-->
<%IF Int(Mould_Setup(18)) = 0 Then%>
<table width="760" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td>
<%
Set Rs = Conn_s.Execute("Select * From Txt_Setup Where NumberID = 1")
IF Not Rs.eof Then
Response.Write Rs("Body")
End IF
Rs.Close
Set Rs = Nothing
%>
</td>
</tr>
</table>
<%End iF%>
<table width="760" height="400" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="ffffff">
<tr>
<td width="181" valign="top" background="images/i_18.gif">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td>
<%
Call ClassS()
%>
</td>
</tr>
</table>
<table width="181" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><img src="images/i_23.gif" width="181" height="29"></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_36.gif" width="181" height="29"></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="15" valign="top"><img src="images/i_15.gif" width="10" height="11">
</td>
<td width="" valign="top" background="images/i_45.gif">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td>
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td><img src="images/i_16.gif" width="569" height="11"></td>
</tr>
</table>
<%IF Int(Mould_Setup(6)) = 0 Then%>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="3"><a href="News.asp"> </a><img src="images/i_21.gif" width="569" height="34" border="0" usemap="#Map"></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="3"><a href="News.asp"> </a><img src="images/i_25.gif" width="569" height="34" border="0" usemap="#MapMap"></td>
</tr>
</table>
<map name="MapMap">
<area shape="rect" coords="498,6,551,27" href="Products.asp">
</map>
<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"-->
<map name="Map">
<area shape="rect" coords="498,6,551,27" href="News.asp">
</map>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -