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

📄 1new.asp

📁 三鸟个人网站源码。
💻 ASP
字号:
<!--#include file="dbinc/dbpath.asp" -->
<head>
<link rel="stylesheet" href="1.css" type="text/css">
<style type="text/css">
<!--
body {
	font-size: 12px;
}
td {
	font-size: 12px;
	color: #0066FF;
}
-->
</style>
<style type="text/css">
A{TEXT-DECORATION: none;}
A:hover{COLOR: #CC0000;}
A:link {color: #3D5A83;}
A:visited {color: #3D5A83;}

TD
{
FONT-FAMILY:宋体;FONT-SIZE: 9pt;line-height: 150%; 

}
Input
{
BACKGROUND-COLOR: #EAF1FB; 
BORDER-BOTTOM: #89a5e6 1px solid;
BORDER-LEFT: #89a5e6 1px solid;
BORDER-RIGHT: #89a5e6 1px solid;
BORDER-TOP: #89a5e6 1px solid;
COLOR: #082D71;
HEIGHT: 18px;
border-color: #082D71 #082D71 #082D71 #082D72; font-size: 9pt
}
</style>
</head>
<BODY LEFTMARGIN="0" TOPMARGIN="0">
<font color="#FFFFFF"></font> <tr> <td width="100%" height="90"><%           
set rs=createobject("adodb.recordset")           
rs.open "select * from zkpick where pickleibie=1 order by pickid desc",conn           
if rs.eof and rs.bof then           
  response.write ("没有")           
else           
%> 
    <table border="0" cellpadding="0" cellspacing="0" width="378" height="87">
      <tr> 
        <td width="216" height="65">
          <% for i=1 to 12 step 1 %>
        </td>
      </tr> <tr> 
        <td width="216" height="22"> 
          <% for j=1 to 1 step 1 %>
        </td>
        <%           
if not rs.eof then           
  response.write ("&nbsp;<img src=pic.gif>&nbsp;<a href='showinfo.asp?id="&rs("pickid")&"'target=blank>"&rs("picksite")&"</a>[ "&rs("pickdate")&"]")    
  rs.movenext           
else           
  response.write "没有呢!"           
end if           
%> <% next %> <% next %> <%end if           
%> </tr> </table>

⌨️ 快捷键说明

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