BdeCMS网站后台管理登陆
<%call log_chk()%>
<%if request("act")="mod" then
Set rs1= Server.CreateObject ("ADODB.RecordSet")
sql="select * from bdmessage where mx_id="&request("thex")&""
rs1.open sql,conn,1,3
rs1("mx_hf")=request("hfnote")
rs1("mx_open")=request("Online")
rs1.update
rs1.close
set rs1=nothing
call GoUrl("Bmod.asp?thex="&request("thex")&"","提交成功!")
end if%>