?? reply.asp
字號(hào):
<!--#include file="dbpath.asp"-->
<!--#include file="function/char.inc"-->
<%response.buffer=true
if request.cookies("loginok")="" then
response.redirect "login.asp"
end if
%>
<html>
<head>
<link rel="stylesheet" type="text/css" href="css/style.css">
<%
dim strsql
dim rs
dim ssubject
dim smemo
dim sanser
useridtxt=request("userid")
pagetxt=request("cpage")
set rs=server.createobject("adodb.recordset")
strsql="select * from book WHERE ID=" & useridtxt
rs.open strsql,conn,1,1
' ssubject=rs("subject")
' smemo=rs("memo")
' sanser=rs("anser")
' uConTop=rs("subject")
' uInput=rs("memo")
' uAnser=rs("anser")
%>
<title>極可愛(ài)留言板</title>
</head>
<body bgcolor="#2F79BD">
<div align="center"></div>
<div align="center"><center>
</center></div>
<form method="POST" action="saveup.asp?userid=<%Response.Write useridtxt%>&cpage=<%Response.Write pagetxt%>" name="repleBook">
<div align="center"><center>
<table border="0" cellspacing="2" height="1" width="95%" bordercolordark="#FFFFFF" bordercolorlight="#C0C0C0" cellpadding="2">
<tr>
<td nowrap width="12%">
<p align="center"><font color="#000000">更改主題</font>
</td>
<td nowrap width="59%" align="center">
<p align="left">
<font color="#000000">
<input type="text" name="txtcontop" size="50" value="<%=rs("subject")%>" maxlength="60" class=stedit style="color: #000000">
</font>
</td>
<td nowrap width="29%" align="center">
<font color="#000000">
<input type="checkbox" name="htmlok" value="yes">
支持HTML</font> </td>
</tr>
<tr align="center">
<td nowrap width="12%">
<div align="center"><font color="#000000">更改留言</font></div>
</td>
<td nowrap colspan="2" align="center">
<p align="left">
<font color="#000000">
<textarea rows="5" name="txtcontent" cols="50" style="color: #000000"><%=FilterHTML(rs("memo"))%></textarea>
</font>
</td>
</tr>
<tr align="center">
<td nowrap width="12%">
<div align="center"><font color="#000000">輸入修改<br>
站長(zhǎng)回復(fù)</font></div>
</td>
<td nowrap colspan="2" align="center">
<p align="left">
<font color="#000000">
<textarea rows="5" name="txtanser" cols="50" style="color: #000000"><%=FilterHTML(rs("anser"))%></textarea>
</font>
</td>
</tr>
</table>
</center></div><div align="center"><center><p class="aa"><font color="#400040"> <input type="submit" value="確定修改" name="cmdOk" class=stbtm style="color: #000000; border: 1 solid #000000"> <input type="reset" value="恢復(fù)原樣" name="cmdReset" class=stbtm style="color: #000000; border: 1 solid #000000"> </font><input type="button" value="放棄返回" name="cmdExit" class=stbtm OnClick=" history.back()" style="color: #000000; border: 1 solid #000000"></p>
</center></div>
</form>
<p align="center"> </p>
</body>
</html>
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -