?? annouce_add.asp
字號:
<%@LANGUAGE="VBSCRIPT" CODEPAGE="936"%>
<!--#include file="../Inc/AdminChk.asp"-->
<!--#include file="Conn.asp"-->
<!--#include file="../Inc/FormChk.asp"-->
<!--#include file="../Inc/msgbox.asp"-->
<%
IF Trim(Request("Submit"))<>Empty Then
Dim StrSql,Rs,title,body
title=Request.Form("title")
body=htmlencode2(encodestr(request.Form("body")))
set rs=server.CreateObject("adodb.recordset")
strsql="select * from [gonggao]"
rs.open strsql,conn,1,3
rs.addnew()
rs("title")=title
rs("body")=body
rs("HitNum")="0"
rs("date")=date()
rs.update
rs.close
set rs=nothing
call msgbox("添加成功","GoUrl","annouce_list.asp")
response.End()
End IF
%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>多多校園產(chǎn)品后臺管理官方網(wǎng)站http://www.ddtaobao.com</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<meta name="keywords" content="多多校園產(chǎn)品后臺管理官方網(wǎng)站http://www.ddtaobao.com">
<meta name="description" content="多多校園產(chǎn)品后臺管理官方網(wǎng)站http://www.ddtaobao.com">
<meta http-equiv="Content-Type" content="text/html; charset=gb2312"><link rel="stylesheet" type="text/css" href="img/admin_style.css">
</head>
<body><!--#include file="top.asp"-->
<form action="" onSubmit=submitonce(this) method="post" name="frmAnnounce">
<table width="100%" border="0" cellpadding="2" cellspacing="1" bgcolor="#62C0FF" class="border" style="border-width: 0">
<tr align="center">
<td height=20 class="topbg" colspan="2">多多校園管理</tr> <tr>
<td width="93" bgcolor="#FFFFFF"><font class=font>公告標(biāo)題:</font></td>
<td bgcolor="#FFFFFF">
<input name="title" type="text" id="title" size="40"></td>
</tr>
<tr>
<td width="93" bgcolor="#FFFFFF"><font class=font>公告內(nèi)容</font></td>
<td bgcolor="#FFFFFF"><textarea name="body" rows="12" id="body" cols="75"></textarea></td>
</tr>
<tr>
<td width="93" bgcolor="#FFFFFF"> </td>
<td bgcolor="#FFFFFF"><input type="submit" name="Submit" value="提交">
<input type="reset" name="Submit2" value="重置"></td>
</tr>
</table>
</form><!--#include file="copy.asp"-->
</body>
</html>
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -