📄 opinion.asp
字号:
<!--#include file="conn.asp"-->
<!--#include file="ubb.asp"-->
<%
if request.QueryString("action")="save" then
set rs=server.CreateObject("adodb.recordset")
rs.open "select * from notify",conn,1,3
rs.addnew
rs("newsname")=trim(request("newsname"))
rs("addname")=trim(request("addname"))
if request("html")="ubb" then
rs("newscontent")=trim(request("newscontent"))
else
rs("newscontent")=ubbcode(trim(request("newscontent")))
end if
rs("adddate")=now()
rs("viewnum")=0
rs.update
rs.close
set rs=nothing
response.write "<script language=javascript>alert('添加成功!');history.go(-1);</script>"
response.End
end if
%>
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link href="../include/css.css" rel="stylesheet" type="text/css">
<style>
td{font-size:9pt;line-height:120%;color:#353535}
body{font-size:9pt;line-height:120%}
a:link { color: #000000; text-decoration: none }
a:visited { color: #000000; text-decoration: none }
a:active { color: #000000; text-decoration: none }
a:hover { color: #336699; text-decoration: none; position: relative; right: 0px; top: 1px }
</style>
</head>
<body LEFTMARGIN="0" TOPMARGIN="0">
<table width="420" border="0" cellspacing="0" cellpadding="0" align="center">
<tr> <td> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr>
<td rowspan="2"> <table width="100%" border="0" cellspacing="0" cellpadding="0" class="12v">
<tr> <td class="12v" > <table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" id="AutoNumber3" height="0" width="100%">
<tr> <td> <table width="100%" border="0" align="center" cellpadding="1" cellspacing="1" bgcolor="#980117">
<tr> <td height="20"> <div align="center"><FONT COLOR="#FFFFFF">撰写留言</FONT></div></td></tr>
<tr> <td height="168" valign="top" bgcolor="#F5EBEB"> <form name="form1" method="post" action="opinion.asp?action=save">
<table width="80%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr> <td width="47%" style="PADDING-LEFT: 6px">主题:</td><td width="53%" style="PADDING-LEFT: 6px">
<input name="newsname" type="text" id="newsname"> </td></tr> <tr> <td style="PADDING-LEFT: 6px" WIDTH="47%">发
表 人:</td><td style="PADDING-LEFT: 6px" WIDTH="53%"> <input name="addname" type="text" id="addname">
</td></tr> <tr> <td style="PADDING-LEFT: 6px" WIDTH="47%">内容:</td><td style="PADDING-LEFT: 6px" WIDTH="53%">
<textarea name="newscontent" cols="36" rows="6" id="newscontent"></textarea> </td></tr>
<tr> <td height="28" colspan="2" style="PADDING-LEFT: 6px"> <div align="center">
<input type="submit" name="Submit" value="提交发表"> <input name="html" type="checkbox" id="html" value="ubb" checked>
使用HTML添加,UBB代码将不起作用!</div></td></tr> </table></form></td></tr> </table></td></tr>
</table></td></tr> </table></td></tr> </table></td></tr> </table><br> <br>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -