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

📄 admin_gg.asp

📁 一个用ASP编写的小型留言本的代码 简单 实用
💻 ASP
字号:
<!--#include file="conn.asp"-->
<!--#include file="ch.asp"-->
<%
Set Rs1=Server.CreateObject("ADODB.RecordSet")

sql="select * from u where ID=1"
Rs1.Open sql,db,3,2
%>


<%
if NOT isempty(request("Submit")) then 

set rs=server.CreateObject("adodb.recordset")

sql="select * from u where id=1"

Rs.Open sql,db,3,2

rs("gg")=trim(request("gg"))

rs("ggt")=now()
rs.update

rs.close

set rs=nothing

response.redirect("admin.asp")


end if


%>
<html>

<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>管理页面——公告</title>
</head>

<body>

<div align="center">
	<table border="0" width="700" cellspacing="5" cellpadding="0">
		<tr>
			<td bgcolor="#006393">
			<table border="0" width="100%" cellspacing="3" cellpadding="0">
				<tr>
					<td><font color="#FFFFFF">
					<span style="font-size: 9pt; font-weight: 700">Eonian Bai 
					1.0.0 版管理系统</span></font></td>
					<td width="28"><font color="#FFFFFF">
					<span style="font-size: 9pt; font-weight: 700">
					<a href="admin.asp"><font color="#FFFFFF">返回</font></a></span></font></td>
				</tr>
			</table>
			</td>
		</tr>
	</table>
	<table border="0" width="700" cellpadding="0" cellspacing="4">
		<tr>
			<td><form name="form1" method="post" action="">
			  <table width="100%" border="0" cellspacing="2">
                <tr>
                  <td>
					<p align="center">
					<textarea name="gg" id="gg" rows="3" cols="95"><%=rs1("gg")%></textarea></td>
                </tr>
                <tr>
                  <td width="100%"><input type="submit" name="Submit" value="提交"> 
                    <input type="reset" name="Submit2" value="重置"></td>
                </tr>
              </table>
		    </form></td>
		</tr>
	</table>
</div>

			<p align="center">
			<span style="FONT-SIZE: 11px; COLOR: #000000; FONT-FAMILY: Tahoma, Arial">
			Powered by
			<a style="color: #000000; text-decoration: none" target="_blank" href="http://www.paopaoo.com">
			<b>EonianBai</b> <span style="color: #FF9900"><b>1</b></span><b style="COLOR: #ff9900">.0.0</b></a> 
			Copyright &copy; 2005-19 <a href="http://www.paopaoo.com">
			<span style="color: #000000; text-decoration: none">Eonian Bai</span></a></span>

</body>

</html>

⌨️ 快捷键说明

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