⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 show.asp

📁 结合了某度和AH的个人主页 功能比较完整
💻 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")
sql="update download set downhits=downhits+1 where id="&request("id")
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>
<!--#include file="head.asp"-->
<body  text=#000000 link=#000000 vlink=#000000 background="../img/dnacebg2.jpg">
<center>
<table width="616" border="0" bgcolor="#EDCEA2">
  <tr>
    <td align="center"><table width=500 border=1 cellspacing=0 bordercolor=#C29673 style='border-collapse: collapse'>
      <tr bgcolor="#A97D5A">
        <td width=494 colspan=4 class=shadow1><b><font size="2"><%=rs("downname")%></font></b></td>
      </tr>
      <tr>
        <td width=71 align=center><font size="2">更新日期</font></td>
        <td width=209><font size="2"><%=rs("downtime")%></font></td>
        <td width=68 align=center><font size="2">程序类别</font></td>
        <td width=134><font size="2"><%=rs("downnbie")%></font></td>
      </tr>
      <tr>
        <td width=71 align=center><font size="2">文件大小</font></td>
        <td width=209><font size="2"><%=rs("downsize")%></font></td>
        <td width=68 align=center><font size="2">授权方式</font></td>
        <td width=134><font size="2"><%=rs("downsquang")%></font></td>
      </tr>
      <tr>
        <td width=71 align=center><font size="2">应用平台</font></td>
        <td width=209><font size="2"><%=rs("downptai")%></font></td>
        <td width=68 align=center><font size="2">推荐程度</font></td>
        <td width=134><font size="2"><img src=images/<%=rs("downtjian")%>stars.gif></font></td>
      </tr>
      <tr>
        <td width=71 align=center><font size="2">程序主页</font></td>
        <td width=209><font size="2"> <%=rs("downhome")%> </font> </td>
        <td width=68 align=center><font size="2">浏览</font></td>
        <td width=134><font size="2"><%=rs("downhits")%></font></td>
      </tr>
      <tr>
        <td width=71 align=center><font size="2">下载地址</font></td>
        <td width=419 colspan=3><font size="2"> <a href="<%=rs("downaddress1")%>">下载1</a>&nbsp;&nbsp; <a href="<%=rs("downaddress2")%>">下载2</a></font> </td>
      </tr>
      <tr>
        <td width=494 colspan=4 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></td>
  </tr>
</table>
</center>
<div align="center">
</div>
<div align="center">
  <center>
  <table border="0" cellpadding="0" cellspacing="0" width="60%">
      </table>
  </center>
</div>
</body> 
</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -