📄 show.asp
字号:
<!--#include file="conn.asp"-->
<%
dim delid
delid=request("id")
if isnumeric(delid)=0 or delid="" then
response.write"你想干什么"
response.end
end if
set rs=server.createobject("adodb.recordset")
set rss=server.createobject("adodb.recordset")
sql="update download set downhits=downhits+1 where id="&request("id")
sqlstr="select * from ggao"
rss.open sqlstr,conn,1,1
rs.open sql,conn,1,1
sql="select * from download where id="&request("id")
rs.open sql,conn,1,1
%>
<html>
<style type="text/css">
<!--
BODY{ font-family:"宋体"; font-size: 14px;
scrollbar-face-color:ffffff;
scrollbar-shadow-color:C1C1BB;
scrollbar-highlight-color:C1C1BB;
scrollbar-3dlight-color:EBEBE4;
scrollbar-darkshadow-color:EBEBE4;
scrollbar-track-color:F4F4F0;
scrollbar-arrow-color:CACAB7;
}
p, input, font, select, option, textarea, form { font-family:"宋体"; font-size: 12px }
td { table-layout:fixed;word-break :break-all; font-family:"宋体"; font-size: 12px}
a:link {
font-family: "宋体";
font-style: normal;
line-height: normal;
text-decoration: none;
color: #333333;
}
a:visited {
font-family: "宋体";
font-style: normal;
color: #000000;
text-decoration: none;
}
a:hover {
font-family: "宋体";
font-style: normal;
color: #CC66FF;
text-decoration: none;
}
a:active {
font-family: "宋体";
font-style: normal;
color: #FF9999;
text-decoration: none;
}
.style4 {color: #FFFFFF}
.style6 {color: #FF0000}
-->
</style>
<title><%=rs("downname")%></title>
<body bgcolor=white text=#000000 link=#000000 vlink=#000000>
<div align="center">
<center>
<table border="0" cellpadding="0" cellspacing="0" width="500">
<tr>
<td width="100%"><a href="http://4.ads99.net/dl.php?dl_user=miner"><img border="0" src="images/ggao.gif" width="500" height="60"></a></td>
</tr>
</table>
</center>
</div>
<center>
<font size="2">
<br>
</font>
<table bgcolor=#0088cc border=1 cellspacing=0 style='border-collapse: collapse' bordercolor=#111111 width=500>
<tr>
<td width=494 colspan=4 class=shadow1><b><font size="2"><%=rs("downname")%></font></b></td>
</tr>
<tr>
<td width=71 bgcolor=#F5f0eb align=center><font size="2">更新日期</font></td>
<td width=209 bgcolor=#F5f0eb><font size="2"><%=rs("downtime")%></font></td>
<td width=68 bgcolor=#F5f0eb align=center><font size="2">程序类别</font></td>
<td width=134 bgcolor=#F5f0eb><font size="2"><%=rs("downnbie")%></font></td>
</tr>
<tr>
<td width=71 bgcolor=#F5f0eb align=center><font size="2">文件大小</font></td>
<td width=209 bgcolor=#F5f0eb><font size="2"><%=rs("downsize")%></font></td>
<td width=68 bgcolor=#F5f0eb align=center><font size="2">授权方式</font></td>
<td width=134 bgcolor=#F5f0eb><font size="2"><%=rs("downsquang")%></font></td>
</tr>
<tr>
<td width=71 bgcolor=#F5f0eb align=center><font size="2">应用平台</font></td>
<td width=209 bgcolor=#F5f0eb><font size="2"><%=rs("downptai")%></font></td>
<td width=68 bgcolor=#F5f0eb align=center><font size="2">推荐程度</font></td>
<td width=134 bgcolor=#F5f0eb><font size="2"><img src=images/<%=rs("downtjian")%>stars.gif></font></td>
</tr>
<tr>
<td width=71 bgcolor=#F5f0eb align=center><font size="2">程序主页</font></td>
<td width=209 bgcolor=#F5f0eb>
<font size="2">
<%=rs("downhome")%>
</font>
</td>
<td width=68 bgcolor=#F5f0eb align=center><font size="2">浏览</font></td>
<td width=134 bgcolor=#F5f0eb><font size="2"><%=rs("downhits")%></font></td>
</tr>
<tr>
<td width=71 bgcolor=#F5f0eb align=center><font size="2">下载地址</font></td>
<td width=419 bgcolor=#F5f0eb colspan=3>
<font size="2">
<a href="<%=rs("downaddress1")%>">下载1</a> <a href="<%=rs("downaddress2")%>">下载2</a></font>
</td>
</tr>
<tr>
<td width=494 colspan=4 bgcolor=#FFFFFF style='table-layout: fixed; word-break: break-all; border-bottom-style: solid; border-bottom-color: #FFFFFF'>
<font size="2">
简介:<br><%=rs("downjjie")%></font>
</td>
</tr>
</table>
</center>
<p align="center"> </p>
<div align="center">
</div>
<div align="center">
<center>
<table border="0" cellpadding="0" cellspacing="0" width="60%">
<tr>
<td width="100%">
<p align="center"><%=rss("ggao1")%></td>
</tr>
</table>
</center>
</div>
<div align="center">
<center>
<table border="0" cellpadding="0" cellspacing="0" width="60%">
<tr>
<td width="100%">
<p align="center"><!--#include file="foot.asp"--></td>
</tr>
</table>
</center>
</div>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -