📄 modify.asp
字号:
<!--#include file="conn.asp"-->
<!--#include file="fun.asp"-->
<%Response.Buffer=True
IF session("admin_gbook")<>"8848_admin" THEN
response.write"<center>NO NO NO!<a href=Admin.asp> 请先登录 </a></center>"
ELSE
dim page,ipage,str,i
sql="select * from book where id="&request("ID")
set rs=server.createobject("adodb.recordset")
rs.open sql,conn,3.2
%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>金海洋广告</title>
</head>
<LINK href="../main.css" type=text/css rel=stylesheet>
<body bgcolor="#FDFFFB" leftmargin="0" topmargin="1" marginwidth="0" marginheight="0">
<table width="658" height="378" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td valign="top">
<div align=center>
<table width="492" height="324" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="30" height="324" valign="top" style="line-height:150%">
</td>
<td width="462" ><a href="./"><br>
正在修改<font color=red><%=htmlout(rs("姓名"))%></font>的订单... <<
返回</a> <form name="form" action="Mod_Sus.asp" method="post" onSubmit="return checkform()">
<table width="462" border="0" cellspacing="3" cellpadding="2" height="105" align="center" bordercolor="#FFFFFF">
<tr>
<td height="35" width="69">姓 名:</td>
<td height="35" width="376"> <input type="text" name="name" value=<%=rs("姓名")%> size="15">
<font color="#FF0000">(必填)</font> </td>
</tr>
<tr>
<td width="69">电子邮件:</td>
<td height="40" width="376"> <input type="text" name="mail" size="40" value="<%=rs("电子邮件")%>">
</td>
</tr>
<tr>
<td height="37" width="69">主页地址:</td>
<td height="37" width="376" valign="top"> <input type="text" name="url" size="40" value="<%=rs("主页地址")%>">
</td>
</tr>
<tr>
<td valign="top" width="69" height="125">详细内容:<br> <br> <br>
<br> </td>
<td height="125" width="376" valign="top"> <textarea name="said" cols="47" row="5" rows="7" ><%=rs("留言内容")%></textarea>
<input type="hidden" name="task" value="insert"> </td>
</tr>
<tr>
<td valign="top" width="69">回复修改:</td>
<td height="85" width="376" valign="top"> <textarea name="answer" cols="47" row="5" rows="7" ><%=rs("回复")%></textarea>
<br> <br>
<input type="submit" value="开始修改" style="color: #000000; word-spacing: 0; margin-left: 0; margin-right: 0; margin-top: 1; margin-bottom: 0" name="submit" >
<input type="submit" value="重新填写" style="color: #000000; word-spacing: 0; margin-left: 0; margin-right: 0; margin-top: 1; margin-bottom: 0" name="submit2" >
<input type=hidden name=mid value=<%=rs("id")%>> <br> <br>
</td>
</??戠牯敤r?? ??峈?瞰???????tr>
</table>
</form></td>
</tr>
</table>
</div>
</td>
</tr>
</table>
</body>
</html>
<%
rs.close
set rs=nothing
conn.close
set conn=nothing
END IF
%>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -