admin-madd.asp

来自「日记本(多用户版)V3.0 主要功能: 1、日记本基本功能:添加、修改日记等。」· ASP 代码 · 共 59 行

ASP
59
字号
<html>
<head>
<link href="images/css.css" rel="stylesheet" type="text/css">
<!--#include file="inc.asp"-->
<title>真露无香——友情链接管理系统——后台管理</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<style type="text/css">
<!--
body {
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-bottom: 0px;
}
-->
</style></head>
<%
mfkiqpl.checkadmin
call top
dim action
action=request("action")
if action="ok" then
tt=mfkiqpl.checkstr(mfkiqpl.getstr("textfield1"))
mfkiqpl.openmdb
conn.execute("update setos set n6='"&tt&"' where id=1")
mfkiqpl.closeconn
response.write("<script>alert('修改成功!按确定重新载入!');window.location='admin-madd.asp';</script>")
else
mfkiqpl.openmdb
set rs=conn.execute("select id,n6 from setos where id=1")
%>
<body>
<table width="100%"  border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="#F4EBE1">
  <tr>
    <td height="14">&nbsp;</td>
  </tr>
  <tr>
    <td height="600" valign="top"><table width="500"  border="0" align="center" cellpadding="5" cellspacing="1" bgcolor="#C99C6B">
 <form action="?action=ok" method="post" name="form1">
      <tr>
        <td bgcolor="#DEC4A7">修改加入友情链接须知</td>
      </tr>
      <tr>
        <td height="194" align="center" bgcolor="#F4EBE1"><textarea name="textfield1" cols="60" rows="10" id="textfield1"><%=rs("n6")%></textarea></td>
      </tr>
      <tr>
        <td align="center" bgcolor="#F4EBE1"><input name="Submit" type="submit" class="inputtext" value="确定修改"></td>
      </tr>
</form>
    </table></td>
  </tr>
</table>
<%
mfkiqpl.closers(rs)
mfkiqpl.closeconn
end if
%>
</body>
</html>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?