📄 fabgg.asp
字号:
<!--#include file="conn.asp"--><head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link rel="stylesheet" href="css.css" type="text/css">
<title>公告发布</title>
<style type="text/css">
<!--
.style1 {color: #4296E7}
.an {
border: #000000;
#000000: #ffffff; border: 1px #000000 solid; font-family: "宋体", "Tahoma", "Verdana"; font-size: 12px; line-height: 120%; text-decoration: none; background-color: #ffffff}
-->
</style>
</head>
<%
if request("action")="save" then
admin_gg=request("admin_gg")
sql="select * from admin"
set rs=server.createobject("adodb.recordset")
rs.open sql,conn,3,3
rs.addnew
rs("admin_gg")=admin_gg
rs.update
rs.close
response.write "<br><a href='javascript:history.go(-1);'>填加公告成功 返回</a>"
else
%>
<form method="POST" action="fabgg.asp?action=save" name="form" onSubmit="return chkform(this)">
<table border="0" width="100%" cellspacing="1">
<tr>
<td width="100%">
<table border="1" bordercolordark=#9CC7EF bordercolorlight=#145AA0 cellspacing="0" cellpadding="4" align="center">
<tr>
<td width="100%" bgcolor="#4296E7">
<div align="center"><font color="#FFFFFF">公告发布</font></div>
</td>
</tr>
<tr>
<td><p>
<textarea name="admin_gg" cols="55" rows="15" class=an id="admin_gg"></textarea>
<br>
管理员可以在这里发布连接(连接代码:<a href="你要连接<br>
到的URL">这里是连接的文字</a>)<br>
如:<a href="www.yahoo.com.cn">yahoo主页</a>
<br>显示为:<a href="www.yahoo.com.cn">yahoo主页</a></p>
</td>
</tr>
<tr>
<td>
<p align="right">
<input type="submit" value="提交" name="B1" class=input>
<input type="reset" value="重写" name="B2" class=input>
</p>
</td>
</tr>
</table>
<p> </p>
</td>
</tr>
</table>
</form>
<%
end if
set rs=nothing
conn.close
set conn=nothing
%>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -