📄 cfyh.asp
字号:
<!--#include file="conn.asp"-->
<%'---------程序编写说明-------%>
<%'本程序由junping96编写
'程序名称:新世纪影院VOD播放系统(商业版)
'FileName: Cfyh.asp
'EditDate:2003-12-07
'Editer:junping96
'Email:junping96@163.com
'QQ: 249112913 249114058
'请尊重本人劳动,禁止修改版权,有任何问题请和我联系。
%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<meta name="GENERATOR" content="Microsoft FrontPage 4.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<meta name="”keywords”" content="”新世纪影院VOD影视播放程序出售”">
<meta name="”description”" content="”新世纪影院VOD影视(商业版)出售”">
<title>新世纪影院</title>
<link rel="stylesheet" type="text/css" href="css/css.css">
</head>
<body topmargin="1" leftmargin="0" bgcolor="#FF9900">
<div align="center">
<center>
<table border="0" cellpadding="0" cellspacing="1" width="356">
<tr>
<td valign="middle" align="center" bgcolor="#FFFFFF" height="21" width="354">被封用户一览表</td>
</tr>
<%
set rs=server.createobject("adodb.recordset")
sql="select username from user where cf=1"
rs.open sql,conn,1,1
if rs.eof or bof then
response.end
end if
do while not rs.eof or bof
%>
<tr>
<td valign="middle" align="center" bgcolor="#FFFFFF" height="21" width="352">[<%=rs("username")%>] </td>
</tr>
<%
rs.movenext
loop
rs.close
set rs=nothing
%>
<tr>
<td valign="middle" align="right" bgcolor="#FFFFFF" height="21" width="352">新世纪影院</td>
</tr>
</table>
</center>
</div>
</body>
</html>
</script>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -