📄 dodeliverhelp.asp
字号:
<!--#include file="globe/DataConnect.asp"-->
<%
Title=trim(request.form("Title"))
Content=trim(request.form("Content"))
sql="INSERT INTO Help (Title,Content) VALUES ('"&Title&"','"&Content&"')"
Cnn.Execute sql
Set sql = Nothing: Set rs = Nothing
%>
<html>
<head>
<title>DoDeliverHelp</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<LINK REL="stylesheet" TYPE="text/css" HREF="globe/style.css">
</head>
<body bgcolor="#ccddff">
<div id="Layer1" style="position:absolute; left:31px; top:65px; width:536px; height:250px; z-index:1">
<table width="100%" border="1" height="250" bordercolorlight="#000000" bordercolordark="#FFFFFF" cellspacing="0">
<tr>
<td width="14%" height="34"> <font color="#339933"> 标 题</font></td>
<td height="34" colspan="3">
<%=Title%>
</td>
</tr>
<tr>
<td width="14%" height="10">
<p> <font color="#339933"> 内</font></p>
<p> </p>
<p><font color="#339933"> 容</font></p>
</td>
<td height="10" colspan="3">
<textarea name="Content" rows="11" cols="62"><%=Content%></textarea>
</td>
</tr>
</table>
</div>
<div id="Layer2" style="position:absolute; left:31px; top:21px; width:536px; height:30px; z-index:2">
<table width="100%" border="1" bordercolorlight="#000000" bordercolordark="#FFFFFF" cellspacing="0" height="26">
<tr>
<td height="30"> <font color=#336699>提交完成,管理员就是应该认真工作!</font> <a href="Help.asp">返 回</a></td>
</tr>
</table>
</div>
<!--#include file="globe/DataClose.asp"-->
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -