xianshi_admini.asp

来自「我的小网站个人利用业余时间设计的」· ASP 代码 · 共 33 行

ASP
33
字号
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<!--#include file="conn.asp"-->
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>显示管理员</title>
</head>

<body>
<%				 		        
                   boardSql="select * from super_user"
				   Set RSsurperList = conn.Execute(boardSql)				                     
				   %>
				   <table border="1" bordercolor="#5C599D">
				   <% Do While Not RSsurperList.EOF %> 				  
				  <TR>
               <TD  ALIGN=CENTER > 
               <FONT STYLE="ARIAL NARROW" SIZE="3" > 
			   <%=RSsurperList("super_name")%>
                </FONT></TD>
          
				<td><font size="3"></font><%=RSsurperList("super_pass")%></td>
				<td width="50"><a href="updata_admini1.asp?type=<%=RSsurperList("type") %>" target="mainFrame">修改</a></td>
				</tr>				   
				   <%
				   RSsurperList.movenext
				   loop		
				   %>
				   </table>
</body>
</html>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?