service.asp
来自「超市管理系统数据库脚本和数据库备份超市管理系统数据库脚本和数据库备份」· ASP 代码 · 共 39 行
ASP
39 行
<style>
td{font-size:9pt;line-height:120%;color:#353535}
body{font-size:9pt;line-height:120%}
a:link { color: #000000; text-decoration: none }
a:visited { color: #000000; text-decoration: none }
a:active { color: #000000; text-decoration: none }
a:hover { color: #336699; text-decoration: none; position: relative; right: 0px; top: 1px }
</style>
<div align="center">
<table width="780" border="0" cellspacing="0" cellpadding="0" background="images/bj.gif">
<tr>
<td>
<table width="748" border="0" cellspacing="0" cellpadding="0" align="center">
<tr>
<td background="images/bj_x.gif" height="1"></td>
</tr>
<tr>
<td height="23">
<div align="center"><span style="font-size:12px"><font color="#FF6600">合作伙伴:</font>
<%set rs=server.CreateObject("adodb.recordset")
rs.Open "select * from shop_links order by linkidorder",conn,1,1
do while not rs.EOF
response.Write " <a href="&trim(rs("linkurl"))&" target=_blank>"&trim(rs("linkname"))&"</a>"
rs.MoveNext
loop
rs.Close
set rs=nothing
%></span></div>
</td>
</tr>
<tr>
<td background="images/bj_x.gif" height="1"></td>
</tr>
</table>
</td>
</tr>
</table>
</div>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?