📄 more.asp
字号:
<!--#include file="conn.asp" -->
<html>
<head>
<title>加盟商店</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<STYLE>BODY {
FONT-SIZE: 9pt
}
TD {
FONT-SIZE: 9pt
}
a { text-decoration: none; color: #000000 }
a:hover { text-decoration: underline; color: #0000FF }
</STYLE>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<script>
</script>
</head>
<body bgcolor="#FFFFFF" text="#000000" leftmargin="0" topmargin="0">
<!--#include file="top.asp" -->
<div align="center">
<table width="778" border="0" cellspacing="0" cellpadding="0">
<tr>
<td colspan="3"><img border="0" src="pic/other_01.gif"></td>
</tr>
<tr>
<td width="217"><img src="pic/other_02.gif" width="217" height="115"></td>
<td width="478">
<div align="center">
<table width="400" border="0" cellspacing="0" cellpadding="0">
<tr>
<td>
<div align="center"><font size="6"><b><font color="#FF0000">加盟商店</font></b></font></div>
</td>
</tr>
<tr>
<td>
<hr>
</td>
</tr>
</table>
</div>
</td>
<td width="83"><img src="pic/other_04.gif" width="83" height="115"></td>
</tr>
<tr valign="top">
<td colspan="3" height="281">
<table width="778" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="86" background="pic/lift.gif" height="299"> </td>
<td width="681" height="299" valign="top">
<div align="center">
<table width="680" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height="131" valign="top" style="line-height: 150%">
<div align="center">
<% set rs_shop=server.createobject("adodb.recordset")
sqltext="select * from shop order by id desc"
rs_shop.open sqltext,conn,1,1
%>
<table width="680" border="0" cellspacing="4" cellpadding="2">
<tr>
<%j=1%>
<%do while not rs_shop.eof %>
<td width="169"> <img src="../pic/au-dot.gif" width="10" height="10">
<a href="<%=rs_shop("shop_name1")%>/" target="_blank">
<%=rs_shop("shop_name2")%></a> </td>
<%if j mod 4 = 0 then %>
</tr>
<tr >
<%end if%>
<% rs_shop.movenext
j=j+1
loop
rs_shop.close
conn.close
%>
</tr>
</table>
</div>
</td>
</tr>
</table>
</div>
</td>
</tr>
</table>
</td>
</tr>
</table>
</div>
<!--#include file="bottom.asp" --></body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -