talk_seek.asp
上传用户:stone001
上传日期:2016-10-28
资源大小:685k
文件大小:1k
源码类别:

WEB源码(ASP,PHP,...)

开发平台:

ASP/ASPX

  1. <!--插入html头部分以及数据库接口-->
  2. <!--#include file="in_conn.asp"-->
  3. <body>
  4. <!--插入网站置顶-->
  5. <% if u_name="" then
  6. Response.Redirect "log_err.asp"
  7. else
  8. %>
  9. <!--#include file="in_topmb.asp"-->
  10. <% end if %>
  11. <table align="center" width="700" height="25" border="0" cellspacing="0" cellpadding="0" class="rdbar"><tr>
  12. <td width="100%" height="100%">
  13. &nbsp;<a href="index.asp">[首页]</a>-<a href="talkbook.asp">[班级讨论区]</a>-<font class="ft1">[搜 索]</font>
  14. </td>
  15. </tr></table>
  16. <table align="center" width="700" height="101" border="0" cellspacing="0" cellpadding="6" class="rdd">
  17. <tr><td width="100%">
  18. <form name="fm1" action="talk_seek_result.asp" method="post">
  19. &nbsp;<b>主题关键字:</b><input type="text" name="txttopic" maxlength="50" size="25" class="fill">
  20. &nbsp;
  21. &nbsp;<b>作者:</b><input type="text" name="txtauthor" maxlength="8" size="12" class="fill">
  22. <p align="left">&nbsp;<input type="submit" name="cmdpub" value="开始搜索" class="an"></p>
  23. </form>
  24. </td></tr>
  25. </table>
  26. <!--插入在线统计-->
  27. <!--#include file="in_online.asp"-->
  28. <!--插入网站置底-->
  29. <!--#include file="in_bottom.asp"-->
  30. </body>
  31. </html>