%@LANGUAGE="VBSCRIPT" CODEPAGE="936"%>
<%
set rs=server.createobject("adodb.recordset")
sql="select * from admin"
rs.open sql,conn,3,3
%>
�鿴����Ա
�鿴����Ա���� ��ӹ���Ա
������ ���� |
�û���: |
���� |
ɾ�� |
<% do while not rs.eof %>
<%=rs("name")%> |
<%=rs("pass")%> |
|
<%
rs.movenext
loop
%>
|
<%if request("action")="add" then%>
<%end if%>
<%
rs.close
set rs=nothing
conn.close
set conn=nothing
%>