📄 answerart.asp
字号:
<%@LANGUAGE="VBSCRIPT" CODEPAGE="936"%>
<!--include file="opendb.asp"-->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>无标题文档</title>
</head>
<body>
<%if session("UserName")=""then%>
<script language="vbscript">
msgbox"游客身份无权回复贴子",48,"无权限回复贴子"
window.location="index.asp"
</script>
<%else%>
<table cellpadding="1" cellpadding="4" width="100%" border="0">
<tr class="header"><td colspan="2" align="center">发新贴子</td></tr>
<form action="postanswer.asp" method="post" name="answerform">
<input type=hidden name=id value=<%=request.QueryString("index")%>>
<tr>
<td width="21%" bgcolor="#3300FF">回复标题:</td>
<td bgcolor="#FFFFFF"> </td>
</tr>
<tr>
<td bgcolor="#FFFFFF"><input tabindex="1" cols="40" size=25 name="title"></td>
</tr>
<tr>
<td bgcolor="#3300FF" colspan="2" align="center">
<p>
<textarea cols="40" rows="10" name="content"></textarea>
</p>
<p>
<input type="button" class="buttonface" value="回复" onClick="answerformcheck()">
<input type=reset class="buttonface" value="重填">
</p></td>
</tr>
</form>
</table>
<%end if%>
</body>
</html>
<!--include file="closedb.asp"-->
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -