📄 addonlineinfo.asp
字号:
<%response.expires=0%>
<%
if session("0382")="" then
Response.Write("登录信息过期, 请重新登录!")
response.end
end if
adinfo=trim(request.form("lr"))
if adinfo<>"" then
application.lock
application("adinfo")=adinfo
application.unlock
end if
%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>修改广告语</title>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<p align="center"><font color="#ff0000" size=+2>修改广告语</font></p>
<form method="post" name="form" action="addonlineinfo.asp">
旧广告语:<%=server.htmlencode(application("adinfo"))%><br>
新广告词:<TEXTAREA cols=35 name=lr rows=4 style="HEIGHT: 70px; WIDTH: 297px"></TEXTAREA>
<input type='submit' name='ok' value=" 提 交 " style="FONT-FAMILY: 宋体">
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -