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

📄 addreview.asp

📁 一个人用ASP+SQL制作的个人博客
💻 ASP
字号:
<html>
<head>
<title>发表文章</title>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=gb2312">
<style type="text/css">
<!--
body,td {  font-size: 14.1px}
.f138 {  font-size: 14px;line-height: 20px}
.nav {  font-size: 14px; color: #000000; letter-spacing: 5px}
a:link {  color: #66CCFF;text-decoration: none}
a:active {  text-decoration: none}
a:visited {  color: #66CCFF;text-decoration: none}

.td1  { border-color: #99CCFF black black #99CCFF; color: #99CCFF; padding-left: 5px; border-style: outset; border-top-width: thin; border-left-width: thin}-->
</style>
</head>

<body bgcolor="#555555">
<form action="savereview.asp?id=<%=request("id")%>" method="POST" name="form">
<table border="1" width="100%" align="center" bordercolorlight="#000000" bordercolordark="#FFFFFF">
<tr bgcolor="#333333">
<td align="center"><span style="font-size:12pt"><font color="#FFFFFF">发
表 评 论</font></span></td>
</tr>
</table>
<table width="100%" border="1" bordercolorlight="#000000" bordercolordark="#FFFFFF">
<tr>
<td>
<table cellspacing="2" cellpadding="0" border="0" width="100%" align="center">
<tr>
<td colspan="2"> 网上大名:
<input type="Text" name="reviewname" size="30" value="" maxlength="50" class="smallinput">
<font color="#FF0000">*</font> <br>
电子邮件:
<input type="Text" name="reviewemail" size="30" value="" maxlength="255" class="smallinput">
<br>
个人网页:
<input type="Text" name="reviewurl" size="30" value="" maxlength="255"class="smallinput">
<br>
评论标题:
<input type="Text" name="reviewtitle" size="30" maxlength="100"class="smallinput">
<br>
<table cellspacing="0" cellpadding="0" border="0">
<tr>
<td valign="top"><br>
评<br>
论<br>
内<br>
容<br>
:<br>
<font color="#FF0000">*</font> </td>
<td>
<textarea name="review" cols="50" rows="11" class="smallinput"></textarea>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td width="19%" valign="top">
<div align="right">表情: </div>
</td>
<td width="81%">
<input type="radio" value="1" name="face" checked>
<img src="images/mood1.gif" tppabs="" width="15" height="15">
<input type="radio" value="2" name="face">
<img src="images/mood2.gif" tppabs="" width="15" height="15">
<input type="radio" value="3" name="face">
<img src="images/mood3.gif" tppabs="" width="15" height="15">
<input type="radio" value="4" name="face">
<img src="images/mood4.gif" tppabs="" width="15" height="15">
<input type="radio" value="5" name="face">
<img src="images/mood5.gif" tppabs="" width="15" height="15">
<input type="radio" value="6" name="face">
<img src="images/mood6.gif" tppabs="" width="15" height="15"> <br>
<input type="radio" value="7" name="face">
<img src="images/mood7.gif" tppabs="" width="15" height="15">
<input type="radio" value="8" name="face">
<img src="images/mood8.gif" tppabs="" width="15" height="15">
<input type="radio" value="9" name="face">
<img src="images/mood9.gif" tppabs="" width="15" height="15">
<input type="radio" value="10" name="face">
<img src="images/mood10.gif" tppabs="" width="15" height="15">
<input type="radio" value="11" name="face">
<img src="images/mood11.gif" tppabs="" width="15" height="15">
<input type="radio" value="12" name="face">
<img src="images/mood12.gif" tppabs="" width="15" height="15">
<input type="Hidden" name="replyid" value=0>
</td>
</tr>
</table>
</td>
</tr>
</table>
<br><div align="center">
<input type="submit" value=" 发 表 "class="buttonface">
&nbsp;&nbsp;&nbsp;
<input type="reset" name="return" value=" 清 除 " onclick="javascript:history.go(-1)" class="buttonface">
</div><br>
</form>
</body>
</html>

⌨️ 快捷键说明

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