% If Session("User_Account")="" Then Call AlertUrl("请先登陆!","Index.asp") Response.End End if %> <% if Request("action")="save" Then set rs=Server.CreateObject("ADODB.recordset") sql="select * from User_Info where User_Account='"&Session("User_Account")&"'" rs.open sql,conn,1,3 rs("fp_SID_Type")=Trim(Request.Form("fp_SID_Type")) rs("SID")=Trim(Request.Form("SID")) rs.update rs.close set rs=nothing conn.close set conn=nothing Response.Redirect "PasswdAppStep3.asp" Response.End End if %>