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

📄 reply.asp

📁 购物系统(本版为正式商业版
💻 ASP
字号:
<!--#include file="conn.asp"-->
<!--#include file="inc/config.asp"-->
<!--#include file="../webconfig.asp"-->
<!--#include file="../fuction.asp"-->
<html>
<head>
<title><%=bbsname%>-论坛中心</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link rel="SHORTCUT ICON" href="/shortcut.ico">
<meta name="generator" content="snsn-shop">
<meta name=keywords content="<%=webgjz%>">
<meta name="description" content="<%=webmx%>">
<meta name="MSSmartTagsPreventParsing" content="TRUE">
<meta http-equiv="MSThemeCompatible" content="Yes">
<link href="/css.css" rel="stylesheet" type="text/css">
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<!--#include file="../webtop.asp"-->

<table width="940" align="center" border="0" cellspacing="0" cellpadding="0">
  <tr>
    <td height="6" colspan="3"></td>
  </tr>
  <tr>
    <td width="17"><img src="/img/index_1.gif" width="15" height="16"></td>
    <td valign="bottom">您现在的位置是:<a href="<%=weburl%>"><%=webname%></a> -> <span class="table-shangxia"><span class="b14"><a href=index.asp><%=bbsname%></a> → <a href=list.asp?bid=<%=bid%>><%=bidname%></a> → 回复帖子</span></span></td>
    <td valign="bottom"></td>
  </tr>
  <tr>
    <td height="6" colspan="3"></td>
  </tr>
</table>
<!--#include file="top.asp"-->
<% if session("username")=empty then
response.redirect "login.asp"
end if
bid=int(Request.querystring("bid"))
id=int(Request.querystring("id"))
 findstr=trim(request("findstr")) 
sql="select * from board where bid="&bid&""
Set Rs=Conn.Execute(sql)
bidname=rs("bidname")
rs.close
%>
<table width="900" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF">
  <tr>
    <td>
      <table width="100%"  border="0" cellspacing="0" cellpadding="0">
        <tr>
          <td valign="top">
            <table width="90%"  border="0" align="center" cellpadding="0" cellspacing="0">
              <tr>
                <td height="8"></td>
              </tr>
            </table>
            <table width="90%"  border="0" align="center" cellpadding="0" cellspacing="0">
              <tr>
                <td height="8"></td>
              </tr>
            </table>
            <form method="post" action="save_reply.asp?bid=<%=bid%>&id=<%=id%>"  name="esung" onSubmit="return CheckForm(this);">
              <input name="body" type="hidden">
              <div align="center">
                <center>
                  <table width="716" border="0" cellpadding="1" cellspacing="1" bgcolor="73D1E9">
                    <tr bgcolor="#C0E9F5">
                      <TD width="133" height=30 align="left"><B>&nbsp;用户名:</B></TD>
                      <TD width="569" height=30>&nbsp;&nbsp; <font color="#2953c0"><%=session("username")%></font> </TD>
                    </tr>
                    <tr bgcolor="#FFFFFF">
                      <TD width="133" height=30 align="left" bgcolor="F7FEFF">&nbsp;<B>回复主题:</B></TD>
                      <TD width="569" bgcolor="#FFFFFF">&nbsp;
                          <input type="text" name="title" maxlength="28" size="70" class=wenbenkuang value="re:<%=Request("title")%>">
                      <FONT                                                                                                                     
      color=#2953c0>*</FONT> </TD>
                    </tr>
                    <tr bgcolor="#FFFFFF">
                      <TD width="133" height=50 align="left" bgcolor="F7FEFF">
                        <P                                                                                                                     
      style="LINE-HEIGHT: 150%; MARGIN-LEFT: 5px; MARGIN-TOP: 5px"><B>你的表情:</B> <BR>
                      ·放在帖子前面。</P></TD>
                      <TD width="569" bgcolor="#FFFFFF">
                        <%For I=1 to 57%>
                        <input type="radio" name="faceimg" value="<%=i%>" checked>
                        <img src="images/Mood/<%=i%>.gif" width="20" height="20">
                      <%                             
Next                             
%>                    </tr>
                    <tr bgcolor="#FFFFFF">
                      <TD width="133" height=250 align="left" vAlign=top bgcolor="F7FEFF"><BR>
                          <B>&nbsp;帖子内容:</b> <BR>
            ·HTML标签: 不可用<BR>
            ·UBB标签: 可用<BR>
            ·贴图标签: 可用<BR>
            ·Flash标签:可用<BR>
            ·表情字符转换:可用<BR>
            ·上传图片:可用<br>
            <BR>
            · <a href="javascript:CheckLength();">查看内容长度</a> <BR>                      </TD>
                      <TD width="569" vAlign=center bgcolor="#FFFFFF">
                        <p align="center">
                          <IFRAME name=ad src="upload.asp" frameBorder=0  width="100%" scrolling=no height=25 ></IFRAME>
                          <BR>
                          <SCRIPT src="post.js"></SCRIPT>
                          <center>
                          </center>
                    </tr>
                    <tr>
                      <td width="133" align="center" bgcolor="F7FEFF"></td>
                      <td width="569" bgcolor="F7FEFF">
                        <p align="center"><span lang=zh-cn>
                          <input name="submit1" type="submit" class="go-wenbenkuang"  value="发 表" >
&nbsp; </span>
                            <input name=preview type="Button" value="预 览" onclick="Gopreview()" class="go-wenbenkuang">
                            <span lang=zh-cn> &nbsp;
                            <input name="return1" type="button" class="go-wenbenkuang" onclick="javascript:history.go(-1)" value="返 回" >
                      </span> </td>
                    </tr>
                  </table>
                </center>
              </div>
            </form>
            <form name=preview action=view.asp method=post target=preview_page><input name="body" type="hidden"></form></td>
        </tr>
    </table></td>
  </tr>
</table>
<!--#include file="../copyright.asp"-->



⌨️ 快捷键说明

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