?? admin_sendword.asp
字號:
<!--#include file="conn.asp"-->
<!--#include file="Admin_Chkpass.asp"-->
<%
dim action,rs,user_sendword
Action=trim(request("Action"))
if action="saveconfig" then
user_sendword=request("user_sendword")
set rs=server.CreateObject("adodb.recordset")
rs.open "select user_sendword from bloginfo",conn,1,3
rs("user_sendword")=user_sendword
rs.update
rs.close
call PutApplicationValue()
end if
set rs=conn.execute("select user_sendword from bloginfo")
%>
<link href="Admin_STYLE.CSS" rel="stylesheet" type="text/css">
<body class="tdbg"><br>
<table width="98%" border="0" align="center" cellpadding="2" cellspacing="1" class="border">
<tr>
<td height="25" class="title"><div align="center"><strong><font color="#FFFFFF">修改用戶后臺通知(在所有用戶后臺首頁顯示)</font></strong></div></td>
</tr>
<tr>
<td><form name="form1" method="post" action="admin_sendword.asp" onSubmit="submits();">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><div align="center">
<INPUT type="hidden" name="user_sendword" id='edit' value="<%
if isnull(rs("user_sendword")) then
response.Write ""
else
response.Write Server.HtmlEncode(rs("user_sendword"))
end if%>">
<!--#include file="edit.asp"--><br>
<br>
<input name="Action" type="hidden" id="Action" value="saveconfig">
<input type="submit" name="Submit" value="提交修改">
</div></td>
</tr>
</table>
</form></td>
</tr>
<tr>
<td> </td>
</tr>
</table>
<%
set rs=nothing
call closeconn()
%>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -