<%Session.CodePage=65001%> BdeCMS网站后台管理登陆 <%if session("adxclass")<>"超管" then response.Write"" response.End() end if%> <%call log_chk()%>
后台管理:>> 管理员管理

<%Set rs=Server.Createobject("Adodb.Recordset") sql="select * from adminx order by adx_id desc" rs.open sql,conn,1,3 if rs.eof then response.Write("") do while not rs.eof%> <%rs.movenext loop rs.close set rs=nothing%>
管理员管理
帐号 密码 日志 权限 操作
 <%=rs("adx_name")%> <%=rs("adx_pass")%> ">查看 <%=rs("adx_lm")%> " onClick="return ConfirmDelMag();">【删除】 ">【修改】