📄 downloadshow.asp
字号:
<!--#include file="Inc/syscode.asp"-->
<!--#include file="inc/Skin_css.asp"-->
<!--#include file="Inc/Top.asp"-->
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<%
ShowSmallClassType=ShowSmallClassType_Article
dim ID
ID=trim(request("ID"))
if Id="" then
response.Redirect("Download.asp")
end if
sql="select * from Download where ID=" & ID & ""
Set rs= Server.CreateObject("ADODB.Recordset")
rs.open sql,conn,1,3
if rs.bof and rs.eof then
response.write"<SCRIPT language=JavaScript>alert('找不到此产品!');"
response.write"javascript:history.go(-1)</SCRIPT>"
else
rs("Hits")=rs("Hits")+1
rs.update
if rs("hits")>=HitsOfHot then
rs("Hot")=True
rs.update
end if
BigClassName=rs("BigClassName")
SmallClassName=rs("SmallClassName")
%>
<%if not(rsBigClass.bof and rsBigClass.eof) and ShowSmallClassType="Menu" then response.write " onmousemove='HideMenu()'"%>
<!-- #include file="Head.asp" -->
<table width="779" height="8" border="0" cellpadding="0" cellspacing="0" background="Img/contopbg.gif" align="center">
<tr>
<td><table width="226" height="8" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="209"></td>
<td width="17" background="Img/contopbg2.gif"></td>
</tr>
</table></td>
</tr>
</table>
<table width="779" border="0" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF" align="center">
<tr>
<td width="209" align="center" valign="top"><table border="0" cellspacing="0" cellpadding="0">
<tr>
<td ><img src="Img/login.gif" alt="ó??§μ???" width="196" height="32"></td>
</tr>
<tr>
<td height="5"></td>
</tr>
<tr>
<td height="10" align="center"><table border="0" cellspacing="0" cellpadding="0">
<tr>
<td><img src="Img/left1.gif" width="187" height="19"></td>
</tr>
<tr>
<td background="Img/left2.gif"><table width="90%" border="0" align="center" cellpadding="2" cellspacing="0">
<tr>
<td align="center">
<% call ShowUserLogin() %></td>
</tr>
</table></td>
</tr>
<tr>
<td><img src="Img/left3.gif" width="187" height="20"></td>
</tr>
</table></td>
</tr>
<tr>
<td height="5"></td>
</tr>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td> </td>
</tr>
</table>
<table border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td ><img src="Img/Down.gif" width="193" height="24"></td>
</tr>
<tr>
<td height="12">
<div align="center"></div></td>
</tr>
</table>
<table width="92%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td><table width="92%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td>
<% call ShowSmallClass_Down_Tree() %>
</td>
</tr>
</table></td>
</tr>
</table>
<p> </p></td>
<td width="17" background="Img/combg.gif"> </td>
<td valign="top"><table width="98%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height="2"></td>
</tr>
<tr>
<td height="26"> <span > <img src="Img/HaoSc23.png" width="14" height="16" align="absmiddle"> <span class="tt_16">下 载 中 心</span></span></td>
</tr>
<tr>
<td height="2" bgcolor="#CBE0E9"></td>
</tr>
</table></td>
</tr>
</table>
<table width="96%" border="0" align="center" cellpadding="0" cellspacing="3">
<tr>
<td width="391"
height=25>
<%
response.write "| <a href='Download.asp?BigClassName=" & rs("BigClassName") & "'>" & rs("BigClassName") & "</a> >> "
if rs("SmallClassName") & ""<>"" then
response.write "<a href='Download.asp?BigClassName=" & rs("BigClassName")&"&SmallClassName=" & rs("SmallClassName") & "'>" & rs("SmallClassName") & "</a> >> "
end if
response.write rs("Title")
%>
</td>
<td width="166"><div align="center"><a href="<%=rs("DownloadUrl")%>"><img src="Img/download.gif" width="86" height="30" border="0"></a></div></td>
</tr>
<tr>
<td
height=1 colspan="3" background=img/naBialym.gif><img height=1 src="img/1x1_pix.gif"
width=10></td>
</tr>
<tr>
<td height="1" colspan="3"><br>
<%=rs("Content")%> </td>
</tr>
<tr>
<td
height=1 colspan="3" background=img/naBialym.gif><img height=1 src="img/1x1_pix.gif"
width=10></td>
</tr>
<tr>
<td
height=25><div align="right">点击数:<%=rs("Hits")%> <%= FormatDateTime(rs("UpdateTime"),2) %> 【<a href='javascript:history.back()'>返回</a>】</div></td>
<td
height=25><div align="center"><a href="<%=rs("DownloadUrl")%>"><img src="Img/download.gif" width="86" height="30" border="0"></a></div></td>
</tr>
</table></td>
</tr>
</table>
<!-- #include file="Inc/Foot.asp" -->
</BODY></HTML>
<%
end if
rs.close
set rs=nothing
call CloseConn()
%>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -