📄 downloadsoft.asp
字号:
<!--#include file="conn.asp"-->
<!--#include file="top.asp"-->
<title></title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link href="style.css" rel="stylesheet" type="text/css">
<body leftmargin="0" topmargin="0">
<div align="center">
<center>
<TABLE border=1 cellPadding=0 cellSpacing=0 width="760" bordercolor="#6687BA" style="border-collapse: collapse">
<TBODY>
<TR>
<TD vAlign=top width=174><!--#include file="service_left.asp"-->
</TD>
<TD align=middle vAlign=top> <br>
<table width="100%" border="0" cellspacing="0" cellpadding="5">
<tr>
<td>
<%
Set rs = Server.CreateObject("ADODB.Recordset")
sql="select * from download order by id desc"
rs.open sql,conn,3,3
if rs.eof then
response.write""
else
do while not rs.eof
%>
<table width="100%" border="1" cellpadding="3" cellspacing="0" bordercolor="#6687BA">
<tr>
<td bordercolor="#EAF1FB" bgcolor="#EAF1FB"><img src="images/down.gif" width="37" height="17"><span class="f1"><%=rs("downloadtop")%></span> <a href="<%=rs("download")%>"> 立即下载</a></td>
</tr>
<tr>
<td bordercolor="#FFFFFF" height="30"> <%=rs("shouming")%></td>
</tr>
</table>
<br>
<% rs.movenext
loop
end if
%></td>
</tr>
</table> </TD>
</TR>
</TBODY>
</TABLE>
</center>
</div><!--#include file="foot.asp"-->
</body>
<%
rs.close
set rs=nothing
set conn=nothing
%>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -