?? access.asp
字號:
?<%@LANGUAGE="VBSCRIPT" CODEPAGE="65001"%>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<!--#include file="conn.asp"-->
<%
'====================================================================
' 請你保留這段說明,這并不會影響你的速度. 交流QQ:31424717
' 程序制作:找北
' 升級時間: 2006-2-5
' E-Mail: g362hao@gmail.com
'====================================================================
%>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>文章管理</title>
</head>
<body>
<%
set rs=Server.CreateObject("ADODB.Recordset")
rsstr="select * from art order by id asc"
rs.open rsstr,conn,1,3
do while ((not rs.EOF) and j<=10000)
rs("pl")=0
rs.update
rs.MoveNext
j=j+1
loop
%>
<br/><a href='index.asp?xy=<%=xy%>'>[管理中心]</a><br/>
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -