top.asp

来自「可以做论坛」· ASP 代码 · 共 32 行

ASP
32
字号
<!--#include file="user.asp"-->
<!--#include file="sysinfo.asp"-->
<link href=<%=scss%>.css rel="stylesheet" type="text/css">
<table width="775" border="0" align="center" cellspacing="0">
  <tr> 
    <td width="200"><a href=./><img src=<%=slogo%> border=0></td>
    <td><form name=form2 method=post action=searh.asp>
        <table width=100% border=0 align=center cellspacing=0>
          <tr> 
            <td><div align=center> 
                <input name=key type=text size=30>
                <input type=submit name=Submit value=贴吧搜索>
              </div></td>
          </tr>
          <tr> 
            <td><div align=center> 
                <input name=rad type=radio value=1  checked>
                进入贴吧 
                <input type=radio name=rad value=2>
                查找主题 
                <input type=radio name=rad value=3>
                查找内容 
                <input type=radio name=rad value=4>
                国际搜索 </div></td>
          </tr>
        </table>
      </form></td>
    <td width="120"><%=stoprguang%></td>
  </tr>
</table>

⌨️ 快捷键说明

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