<% uid=trim(request("uid")) if (uid <> "9") then sql="select * from T_Admin9002 where uid='"&uid&"'" set rs0=conn.execute(sql) upwd=rs0("upwd") uname=rs0("uname") bmid=rs0("bmid") issuper=rs0("issuper") lxdh=rs0("lxdh") quanxian=rs0("qxian") set rs0=nothing else uid="" end if %> 管理员信息
管理员信息
*用户名:
*真实姓名:
*登录密码: (密码不少于6位)
*所属部门:
联系电话:
*分类权限: <% ServiceType_vList =quanxian ServiceType_List = "信息审核|问卷调查|在线咨询|投诉信箱|友情链接" ServiceType_Array = split(ServiceType_list,"|") for tmp_i=0 to ubound(ServiceType_Array) if instr(ServiceType_vList,ServiceType_Array(tmp_i))>0 then isChecked = " checked" response.Write "" & ServiceType_Array(tmp_i) if (tmp_i = 1 or tmp_i = 3)then response.Write "
" isChecked = "" next %>


<% conn.close set conn=nothing %>