📄 write.asp
字号:
<%@ LANGUAGE="VBSCRIPT" %>
<html>
<head>
<meta NAME="GENERATOR" Content="Microsoft FrontPage 4.0">
<meta HTTP-EQUIV="Content-Type" content="text/html; charset=gb_2312-80">
<title>发言</title>
<link rel="stylesheet" type="text/css" href="forum.css">
</head>
<body>
<% dim boardID
if not isEmpty(request("lstAnnounceBoard")) then
boardID=clng(request("lstAnnounceBoard"))
elseif not isEmpty(request("BoardID")) then
boardID=clng(request("BoardID"))
end if
if boardID>0 then
%>
<form action="Savewrite.asp?boardID=<%=request("boardid")%>" method="POST"
name="frmAnnounce">
<div align="center"><center><table border="1" width="530" bgcolor="#F7FBFF"
bordercolorlight="#2F97FF" cellspacing="0" bordercolordark="#F0F8FF">
<tr>
<td width="100%" bgcolor="#CCCCFF" background="images/line1.jpg">
<p align="center"><strong><font color="#000000">我 要 发 言</font></strong>
</td>
</tr>
<tr align="center">
<td width="100%"><table border="0" width="100%" cellspacing="1">
<tr>
<td width="14%" align="right">版 面:</td>
<td width="86%" colspan="2"><font color="darkblue"><strong><%=session("boardtype")%></strong></font> <font
color="red"><strong>*</strong></font>为必填项目 第一次发言自动注册</td>
</tr>
<tr>
<td width="14%" align="right">姓 名:</td>
<td width="86%" colspan="2">
<div align="center">
<input class="smallInput" name="username" size="16"
maxlength="50" value="<%=request.cookies("userinfo")("UserName")%>">
<font color="red"><strong>*</strong></font> 密 码:
<input class="smallInput" name="passwd" size="10" maxlength="10"
type="password">
<font color="red"><strong>*</strong></font></div>
</td>
</tr>
<tr>
<td width="14%" align="right">Email:</td>
<td width="86%" colspan="2"><input class="smallInput" name="email" size="42"
maxlength="40" value="<%=request.cookies("userinfo")("Useremail")%>"></td>
</tr>
<tr>
<td width="14%" align="right">主 题:</td>
<td width="86%" colspan="2"><input class="smallInput" name="subject" size="65"
maxlength="255"><font color="red"><strong>*</strong></font> </td>
</tr>
<tr>
<td width="14%" align="right" valign="top"><span class="smallFont">表 情:</span></td>
<td width="86%" colspan="2"><input type="radio" value="smiley" name="Expression" checked><img
src="IMAGES/smiley.gif" width="15" height="15"> <input type="radio" name="Expression"
value="sad"><img src="IMAGES/sad.gif" width="16" height="16"> <input type="radio"
name="Expression" value="angry"><img src="IMAGES/angry.gif" width="15" height="15"> <input
type="radio" name="Expression" value="13"><img src="IMAGES/13.gif" width="15" height="15"> <input
type="radio" name="Expression" value="14"><img src="IMAGES/14.gif" width="15" height="15">
<input type="radio" name="Expression" value="15"><img src="IMAGES/15.gif" width="15"
height="15"> <input type="radio" name="Expression" value="16"><img src="IMAGES/16.gif"
width="15" height="15"> <br>
<input type="radio" value="18" name="Expression"><img src="IMAGES/18.gif" width="15"
height="15"> <input type="radio" name="Expression" value="17"><img src="IMAGES/17.gif"
width="15" height="15"> <input type="radio" name="Expression" value="19"><img
src="IMAGES/19.gif" width="15" height="15"> <input type="radio" name="Expression"
value="20"><img src="IMAGES/20.gif" width="15" height="15"> <input type="radio"
name="Expression" value="21"><img src="IMAGES/21.gif" width="15" height="15"> <input
type="radio" name="Expression" value="22"><img src="IMAGES/22.gif" width="15" height="15">
<input type="radio" name="Expression" value="23"><img src="IMAGES/23.gif" width="15"
height="15"> </td>
</tr>
<tr>
<td width="14%" align="right"><span class="smallFont">内 容:</span></td>
<td width="43%"><span class="smallFont">(最多<%=16384\1024%>KB)</span></td>
<td width="43%">
<p><input class="buttonface" type="submit"
value=" 发 送 "> <input class="buttonface" type="reset" value=" 重 填 "> </td>
</tr>
<tr align="center">
<td width="14%"><span class="smallFont"></span></td>
<td width="86%" colspan="2">
<p><textarea class="smallarea" cols="65"
name="body" rows="10"></textarea></td>
</tr>
<tr align="center">
<td width="14%" height="15"><span class="smallFont"></span></td>
<td width="86%" colspan="2"></td>
</tr>
</table>
</td>
</tr>
</table>
</center></div>
</form>
<%
else
response.write "未 指 定 所 需 参 数"
end if
%>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -