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

📄 search_box.asp

📁 一个用asp编写的搜索代码,可以分类搜索google,baidu等网站,也可以自由定义,选择格式.驱除了google或者baidu自带的广告.自定义内容格式
💻 ASP
字号:
<!--#Include File="@Include/_Global.asp"-->
<html>
<head>
<title><%=h_Name%>超级搜索</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link href="Style/style.css" rel="stylesheet" type="text/css">
</head>
<center>
<body bgcolor="#FFFFFF" topmargin="0" leftmargin="0" rightmargin="0" bottommargin="0">

<table border="0" cellpadding="0" style="border-collapse: collapse" width="160" height="100">
  <tr>
    <td height="4"></td>
  </tr>
  <tr>
    <td height="21" align="center" background="images/bg_frame_01.gif"><img border="0" src="images/icon_frame_logo_01.gif" alt="<%=h_Name%>主页"><a href="band.asp?keyword=<%=Request("keyword")%>&no=<%=Request("NO")%>&cls=<%=Request("CLS")%>" target="search_engine" onClick="document.all.img1.src='images/button_category_01_on.gif';document.all.img2.src='images/button_related_01_off.gif'"><img id="img1" border="0" alt="超级搜索" src="images/button_category_01_on.gif" width="63" height="21" ></a><a href="index.asp" target="_blank"><img src="images/button_related_01_off.gif" alt="相关搜索" name="img2" width="63" height="21" border="0" id="img2" ></a></td>
  </tr>
  <tr>
    <td height="74" background="images/bg_frame_02.gif" align="center">

    <form action="go.asp" name="my_search" method="post" style="margin: 0px" target="_top">
    <table border="0" cellpadding="0" style="border-collapse: collapse">
      <tr>
        <td colspan="3" height="5"></td>
      </tr>
      <tr>
        <td><input type="text" name="Key" size="16" value="<%=Request("keyword")%>"></td>
        <td width="4"></td>
        <td><input type="submit" value="搜索" name="search"></td>
      </tr>
      <tr>
        <td colspan="3" height="6"></td>
      </tr>
    </table>
    </form>
    <table border="0" cellpadding="0" style="border-collapse: collapse" width="140">
      <tr>
        <td width="70" height="17"><font class="text_b04">·</font><a href="index.asp" target="_blank" class="link_a03">搜索帮助</a></td>
        <td width="70" height="17"><font class="text_b04">·</font><a class="link_a03" href="index.asp" target="_blank">返回主页</a></td>
      </tr>
    </table>
    </td>
  </tr>
</table>

</body>
</center>
</html>

⌨️ 快捷键说明

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