⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 admin_note.asp

📁 MisCMS源码
💻 ASP
字号:
<!--#include file="../inc/conn.asp"-->
<!--#include file="../inc/MyFunction.Asp"-->
<% call master %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>公告</title>
<link href="../css/admincss.css" rel="stylesheet" type="text/css">
</head>

<body>
<table width="80%"  border="0" align="center" cellpadding="2" cellspacing="1" bgcolor="#0099CC">
  <tr bgcolor="#FFFFFF">
    <td colspan="2" align="center" height="25">公告管理</td>
  </tr>
  <% set ns=server.CreateObject("adodb.recordset")
  	 ns.open"select * from notexx where id=1",conn,1,1 %>
  <form method="post" name="myform" action="admin_do.asp?act=note">
  <tr bgcolor="#FFFFFF">
    <td width="19%" align="right">公告题目:</td>
    <td width="81%"><input name="n_tit" type="text" id="n_tit" value="<%= ns(1) %>" size="30"></td>
  </tr>
  <tr bgcolor="#FFFFFF">
    <td align="right">公告内容:</td>
    <td><textarea name="n_con" cols="30" wrap="VIRTUAL" rows="6" id="n_con"><%= ns(2) %></textarea></td>
  </tr>
  <tr bgcolor="#FFFFFF">
    <td>&nbsp;</td>
    <td><input type="submit" name="Submit" value="修改"></td>
  </tr></form>
  <% ns.close
  	 set ns=nothing %>
</table>
</body>
</html>

⌨️ 快捷键说明

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