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

📄 bbssearch.asp

📁 一个美化的论坛程序
💻 ASP
字号:
<html>
<head>
<title>论坛搜索</title>
<!--#include file="top.asp"-->
<img src="" width=1 height=3>
<table cellpadding=3 cellspacing=1 border=0 width=680 bgcolor="<%=tablebackcolor%>" align="center">
  <tr align="center"> 
    <td width="100%" bgcolor="<%=tabletitlecolor%>">论坛搜索</td>
  </tr>
  <tr> 
    <td width="100%" bgcolor="<%=tablebodycolor%>" height="108" align="center"> 
      <form name="form1" method="get" action="search.asp">
        <br>
        <table width="90%" border="0" cellspacing="1" cellpadding="6" bgcolor="<%=tablebackcolor%>">
          <tr> 
            <td width="33%" align="right" bgcolor="<%=tablebodycolor%>">搜索类型:</td>
            <td width="67%" bgcolor="<%=tablebodyacolor%>"> 主题帖子 
              <input type="radio" name="action" value="bbs" checked>
              回复帖子 
              <input type="radio" name="action" value="reply">
            </td>
          </tr>
          <tr> 
            <td width="33%" align="right" bgcolor="<%=tablebodycolor%>">搜索类别:</td>
            <td width="67%" bgcolor="<%=tablebodyacolor%>"> 
              <select name="keytype">
                <option value="content" selected>按内容搜索</option>
                <option value="username">按作者名搜索</option>
                <option value="dateandtime">按发表时间搜索</option>
              </select>
            </td>
          </tr>
          <tr> 
            <td width="33%" align="right" bgcolor="<%=tablebodycolor%>">搜索关键字:</td>
            <td width="67%" bgcolor="<%=tablebodyacolor%>"> 
              <input type="text" name="keyword" size="40">
              <br>
              如日期搜索请用xx-xx-xx形式</td>
          </tr>
          <tr align="center"> 
            <td colspan="2" bgcolor=<%=tabletitlecolor%>> 
              <input type="submit" value=" 搜 索">
              <input type="reset" value=" 清 空 ">
            </td>
          </tr>
        </table>
      </form>
    </td>
  </tr>
</table>
<!--#include file="copyright.asp"-->
</html>

⌨️ 快捷键说明

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