用心填写资料,有助于全新地认识自己!也有利于别人更好地了解您!
% If Session("User_Account")="" Then Call AlertUrl("请先登陆!","Index.asp") Response.End End if set rs=Server.CreateObject("ADODB.recordset") sql="select * from User_Info where User_Account='"&Session("User_Account")&"'" rs.open sql,conn,1,1 %>