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

📄 index_center.asp

📁 使用Asp+Access+FSO+Jmail+Servu开发
💻 ASP
字号:
<%@ codepage ="936" %>
<!--#include file="../inc/conn.asp" -->
<HTML>
<HEAD>
<META content=revealTrans(Transition=23,Duration=1.0) http-equiv=Page-Exit>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<BODY leftmargin="0" topmargin="0">
<table width="468" border="0" cellpadding="00" cellspacing="0">
  <tr>
    <td><%
sql="select * from ads where page='3' order by id"
rs.open sql,conn,1,3 
total=rs.recordcount
if rs.eof and rs.bof then
response.write "<img src=ad468.gif border=0>"
response.end
end if
Randomize 
D1 = Fix(Rnd * total)
for i=1 to D1
rs.movenext
next 
if rs("type")="pic" then
%>
      <a href="ads_click.asp?id=<%=rs("id")%>" target=_blank><img src="<%=rs("picurl")%>" alt="<%=rs("intro")%>" width="<%=rs("width")%>" height="<%=rs("height")%>" border=0 align=middle></a>
      <%else%>
      <embed src="<%=rs("picurl")%>" type="application/x-shockwave-flash" width="<%=rs("width")%>" height="<%=rs("height")%>" menu="false"></embed>
      <%end if%></td>
  </tr>
</table>
</body>
</HTML>

⌨️ 快捷键说明

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