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

📄 hfzx.asp

📁 自己做的毕业设计
💻 ASP
字号:
<%@LANGUAGE="VBSCRIPT" CODEPAGE="936"%>
<!--#include file=pass.asp-->
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>无标题文档</title>
<link href="../css.css" rel="stylesheet" type="text/css" />
<style type="text/css">
<!--
body {
	background-color: #E7EEF5;
}
-->
</style>

</head>

<body>
<!--#include file="conn.asp"-->

<%
id=trim(request("id"))
if request("act")="add" then
z_hf=trim(request("content"))
conn.execute("update [zixun] set [z_hf]='"&z_hf&"' where id="&request("id"))
response.write"<script language='javascript'>alert('添加成功!');window.location.href='ad_zx.asp';</script>"
end if
%>
<center><form action="?act=add&id=<%=trim(request("id"))%>" method="post" name="form1" target="_self" id="form1">
  <table width="500" border="0" cellpadding="2" cellspacing="1" bgcolor="#C5D5E4">
    <tr>
      <td height="35" colspan="2" align="center" bgcolor="#C5D5E4"><strong>回复</strong></td>
      </tr>
    <tr>
      <td width="187" align="right" valign="middle" bgcolor="#E7EEF5" class="cuti">内容:</td>
      <td width="302" height="31" align="left" valign="middle" bgcolor="#E7EEF5"><span id="sprytextarea1">
      <textarea name="content" id="content" cols="45" rows="5"></textarea>
      </span></td>
    </tr>
    <tr>
      <td height="40" colspan="2" align="center" valign="middle" bgcolor="#E7EEF5"><input name="editchk" type="submit" class="button" value=" 回 复 " />
&nbsp;&nbsp;
<input name="button" type="reset" class="button" id="button" value=" 重 置 " />
</span></td>
      </tr>
  </table>
</form>
</center>

</body>
</html>

⌨️ 快捷键说明

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