talk_seek.asp
上传用户:stone001
上传日期:2016-10-28
资源大小:685k
文件大小:1k
- <!--插入html头部分以及数据库接口-->
- <!--#include file="in_conn.asp"-->
- <body>
- <!--插入网站置顶-->
- <% if u_name="" then
- Response.Redirect "log_err.asp"
- else
- %>
- <!--#include file="in_topmb.asp"-->
- <% end if %>
- <table align="center" width="700" height="25" border="0" cellspacing="0" cellpadding="0" class="rdbar"><tr>
- <td width="100%" height="100%">
- <a href="index.asp">[首页]</a>-<a href="talkbook.asp">[班级讨论区]</a>-<font class="ft1">[搜 索]</font>
- </td>
- </tr></table>
- <table align="center" width="700" height="101" border="0" cellspacing="0" cellpadding="6" class="rdd">
- <tr><td width="100%">
- <form name="fm1" action="talk_seek_result.asp" method="post">
- <b>主题关键字:</b><input type="text" name="txttopic" maxlength="50" size="25" class="fill">
-
- <b>作者:</b><input type="text" name="txtauthor" maxlength="8" size="12" class="fill">
- <p align="left"> <input type="submit" name="cmdpub" value="开始搜索" class="an"></p>
- </form>
- </td></tr>
- </table>
- <!--插入在线统计-->
- <!--#include file="in_online.asp"-->
- <!--插入网站置底-->
- <!--#include file="in_bottom.asp"-->
- </body>
- </html>