%Session.CodePage=65001%>
BdeCMS网站后台管理登陆
<%call log_chk()%>
 |
后台管理:>> 信息修改 >> <%=request("Bname")%>
<%if request("Sname")<>"" then%>
>> <%=request("Sname")%>
<%end if%> |
<%dim thex
thex=request("thex")
Set rs=Server.Createobject("Adodb.Recordset")
sql="select * from bdnews where nws_id="&thex&""
rs.open sql,conn,1,3%>
<%rs.close
set rs=nothing%>