📄 allimg.asp
字号:
<!--#include file="ie586top.asp"-->
<!--#include file="conn.asp"-->
<html>
<head>
<title>查看前面的图片文章</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link rel="stylesheet" href="images/new.css">
</head>
<body leftmargin="0" topmargin="0">
<div align="center"> <table border=0 cellpadding=0 cellspacing=0 width=100%>
<tbody>
<tr>
<td>
</table>
<br>
<% sql="SELECT * FROM img order by id desc"
Set rs= Server.CreateObject("ADODB.Recordset")
rs.open sql,conn,1,1
if rs.eof and rs.bof then
%> 没有更新任何文章 <%else %>
<% while rs.eof =flase%>
<table width="80%" cellpadding="0">
<tr>
<td><fieldset align="center" style="border:1 solid #006699" > <legend>
<table style="border:1 solid #006699" width="164" cellspacing="0" cellpadding="0" height="20">
<tr>
<td align="center"width="160">[<%=rs("addtime")%>]首页图片文章</td>
</tr>
</table>
</legend>
<table width="100%" border="0" cellpadding="0" bgcolor="#FFFFFF">
<tr>
<td align="center"> <%=rs("news")%>
<hr width="80%" size="1" noshade>
</td>
</tr>
<tr>
<td > <img src="<%=rs("img")%>" border="0" align="left" ><%=rs("content")%>
</td>
</tr>
</table>
</fieldset> </td>
</tr>
</table><br>
<%
rs.movenext
wend
%>
<%end if%>
<%rs.close
set rs=nothing
conn.close
set conn=nothing%>
<!--#include file="ie586top-2.asp"--><br>
</div>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -