📄 photo_msg_edit2.asp
字号:
<!--#include file="conn.asp" -->
<!--#include file="../function/ubb.asp" -->
<!--#include file="session.asp" -->
<%
web_id="../language/"&l_id
web_id=web_id&"/WELCOM_MSG.ASP"
call include(web_id)
id=request.form("id")
photoid=request.form("photoid")
msg_user=request.form("msg_user")
if msg_user=session_cookie_name or session_cookie_group>2 then
photo_text=replace(trim(request.Form("photo_text")),"'","")
up_sql="update photo_msg set photo_text='"&photo_text&"' where id="&id
set rs=conn.execute(up_sql)
conn.close
set conn=nothing
log_url="photo_brow.asp?id="&photoid
log_msg=L_WELCOM_MSG5
%>
<!--#include file="welcom.asp" -->
<%
else
log_url="photo_brow.asp?id="&photoid
log_msg="<font color='ff0000'>"&L_WELCOM_MSG13&"</font>"
%>
<!--#include file="welcom.asp" -->
<%
end if
%>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -