search_box.asp
来自「是个不错的文件代码,希望大家好好用,」· ASP 代码 · 共 52 行
ASP
52 行
<!--#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"><a href="<%=h_Href%>" target="right"><img border="0" src="images/icon_frame_logo_01.gif" width="30" height="21" alt="<%=h_Name%>主页"></a><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="./related_left.asp?keyword=<%=Request("keyword")%>&no=<%=Request("NO")%>&cls=<%=Request("CLS")%>" target="search_engine" onclick="document.all.img1.src='images/button_category_01_off.gif';document.all.img2.src='images/button_related_01_on.gif'"><img id="img2" border="0" alt="相关搜索" src="images/button_related_01_off.gif" width="63" height="21" ></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 class="link_a03" href="#">搜索帮助</a></td>
<td width="70" height="17"><font class="text_b04">·</font><a class="link_a03" href="<%=h_Href%>" target="right">返回主页</a></td>
</tr>
<tr>
<td height="17" colspan="2" align="center"><a class="link_b08" href="#">免费下载<%=h_Name%>超级搜索</a></td>
</tr>
</table>
</td>
</tr>
</table>
</body>
</center>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?