📄 zh10.htm
字号:
<html>
<head>
<title>综合的搜索引擎</title>
<style type="text/css">
<!--
body { font-family: "宋体"; font-size: 9pt; margin-top: 0px; margin-left: 0px; margin-right: 0px}
A { COLOR: black; FONT-SIZE: 9pt; FONT-WEIGHT: 400; TEXT-DECORATION: none }
A:hover { COLOR: red; FONT-SIZE: 9pt; FONT-WEIGHT: 400; TEXT-DECORATION: underline }
a:active { font: 9pt "宋体"; cursor: hand; color: #FF0033 }
-->
</style>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
</head>
<body bgcolor="#fef4d9">
<br>
<br>
<center><font color=red face="隶书" size=6>综合的搜索引擎
</font></center>
<br>
<br><center>
<table border=5 bordercolor=blue borderlight=green>
<tr><td align=center><font size=5 color=red face="Arial, Helvetica, sans-serif"><strong>下面为脚本显示区!</strong></font></td></tr>
<tr><td align=center width=300 height=100><form Name="InputForm">
<div align="center"><center><p><script language="JavaScript">
var FirstForm;
function StartSearch()
{
document.forms[FirstForm+document.InputForm.SearchSelect.
selectedIndex].elements[0].value=document.InputForm.SearchWords.value;
document.forms[FirstForm+document.InputForm.SearchSelect.
selectedIndex].submit();
}
</script><span style="font-size: 9pt">查找内容:</span><input name="SearchWords" type="text" size="21" style=" margin-left: 1px"><br>
<span style="font-size: 9pt">搜索引擎:</span><select Name="SearchSelect" size="1" style="background-color: rgb(0,0,0); color: rgb(255,255,0)">
<option selected>Yahoo </option>
<option>InfoSeek </option>
<option>altavista</option>
<option value="Magellan">Magellan</option>
<option value="Point ">Point </option>
<option value="中文YAHOO">中文YAHOO</option>
<option value="全球FTP资源搜索系统">全球FTP资源搜索系统</option>
<option value="全球游戏资源搜索系统">全球游戏资源搜索系统</option>
<option>Yeah中文搜索</option>
<option>Cseek中文搜索</option>
<option value="台湾绿世界中文搜索">台湾绿世界中文搜索</option>
<option value="台湾番薯藤">台湾番薯藤</option>
<option value="东方网景">东方网景</option>
</select><br>
<input type="button" value=" 开始查找 " onClick="StartSearch()"> <script language="JavaScript">
FirstForm=document.forms.length
</script></p>
</center></div>
</form>
<form action="http://search.yahoo.com/bin/search" method="get">
<input type="hidden" name="p" value>
</form>
<form METHOD="GET" ACTION="http://www3.infoseek.com/Titles">
<input type="hidden" name="qt" value><input type="hidden" name="col" value="WW"><input type="hidden" name="sv" value="IS"><input type="hidden" name="lk" value="noframes"><input type="hidden" name="nh" value="10">
</form>
<form action="http://www.altavista.digital.com/cgi-bin/query?pg=q&what=web&q=">
<input type="hidden" name="q" value>
</form>
<form action="http://www.mckinley.com/searcher.cgi?query=">
<input type="hidden" name="query" value>
</form>
<form action="http://point.lycos.com/cgi-bin/pursuit?query=">
<input type="hidden" name="query" value>
</form>
<form action="http://search.chinese.yahoo.com/search/gb" method="get">
<input type="hidden" name="p" value>
</form>
<form action="http://ftpsearch.unit.no/ftpsearch">
<input type="hidden" name="query" value>
</form>
<form action="http://www.gamesdomain.com/cgi-bin/wwwwais">
<input type="hidden" name="keywords" value>
</form>
<form action="http://www.yeah.net/cgi-bin/search/search.cgi">
<input type="hidden" name="key" value>
</form>
<form action="http://www.cseek.com/homepage/cgi/srchengine.cgi">
<input type="hidden" name="searchkey" value>
</form>
<form action="http://greenworld.com.tw/explorer/search.pl?Keywords=">
<input type="hidden" name="Keywords" value>
</form>
<form action="http://search.yam.org.tw/b5/search/">
<input type="hidden" name="k" value>
</form>
<form action="http://www.orinet.cn.net/cgi-bin/yang/addlinks/searchlink.pl">
<input type="hidden" name="keywords" value>
</form>
</td></tr>
</table></center>
<br>
<br>
<center>
<textarea name=source rows=12 cols=45 class=yk9>
脚本说明:
把如下代码加入<body>区域中
<form Name="InputForm">
<div align="center"><center><p><script language="JavaScript">
var FirstForm;
function StartSearch()
{
document.forms[FirstForm+document.InputForm.SearchSelect.
selectedIndex].elements[0].value=document.InputForm.SearchWords.value;
document.forms[FirstForm+document.InputForm.SearchSelect.
selectedIndex].submit();
}
</script><span style="font-size: 9pt">查找内容:</span><input name="SearchWords" type="text" size="21" style=" margin-left: 1px"><br>
<span style="font-size: 9pt">搜索引擎:</span><select Name="SearchSelect" size="1" style="background-color: rgb(0,0,0); color: rgb(255,255,0)">
<option selected>Yahoo </option>
<option>InfoSeek </option>
<option>altavista</option>
<option value="Magellan">Magellan</option>
<option value="Point ">Point </option>
<option value="中文YAHOO">中文YAHOO</option>
<option value="全球FTP资源搜索系统">全球FTP资源搜索系统</option>
<option value="全球游戏资源搜索系统">全球游戏资源搜索系统</option>
<option>Yeah中文搜索</option>
<option>Cseek中文搜索</option>
<option value="台湾绿世界中文搜索">台湾绿世界中文搜索</option>
<option value="台湾番薯藤">台湾番薯藤</option>
<option value="东方网景">东方网景</option>
</select><br>
<input type="button" value=" 开始查找 " onClick="StartSearch()"> <script language="JavaScript">
FirstForm=document.forms.length
</script></p>
</center></div>
</form>
<form action="http://search.yahoo.com/bin/search" method="get">
<input type="hidden" name="p" value>
</form>
<form METHOD="GET" ACTION="http://www3.infoseek.com/Titles">
<input type="hidden" name="qt" value><input type="hidden" name="col" value="WW"><input type="hidden" name="sv" value="IS"><input type="hidden" name="lk" value="noframes"><input type="hidden" name="nh" value="10">
</form>
<form action="http://www.altavista.digital.com/cgi-bin/query?pg=q&what=web&q=">
<input type="hidden" name="q" value>
</form>
<form action="http://www.mckinley.com/searcher.cgi?query=">
<input type="hidden" name="query" value>
</form>
<form action="http://point.lycos.com/cgi-bin/pursuit?query=">
<input type="hidden" name="query" value>
</form>
<form action="http://search.chinese.yahoo.com/search/gb" method="get">
<input type="hidden" name="p" value>
</form>
<form action="http://ftpsearch.unit.no/ftpsearch">
<input type="hidden" name="query" value>
</form>
<form action="http://www.gamesdomain.com/cgi-bin/wwwwais">
<input type="hidden" name="keywords" value>
</form>
<form action="http://www.yeah.net/cgi-bin/search/search.cgi">
<input type="hidden" name="key" value>
</form>
<form action="http://www.cseek.com/homepage/cgi/srchengine.cgi">
<input type="hidden" name="searchkey" value>
</form>
<form action="http://greenworld.com.tw/explorer/search.pl?Keywords=">
<input type="hidden" name="Keywords" value>
</form>
<form action="http://search.yam.org.tw/b5/search/">
<input type="hidden" name="k" value>
</form>
<form action="http://www.orinet.cn.net/cgi-bin/yang/addlinks/searchlink.pl">
<input type="hidden" name="keywords" value>
</form>
</textarea>
<SCRIPT LANGUAGE="JavaScript">
<!-- hide
function goHist(a)
{
history.go(a);
}
//-->
</script>
<FORM METHOD="post">
<INPUT TYPE="button" VALUE="返回" onClick="goHist(-1)" style="background-color: #8000FF; color: rgb(255,255,255)">
</form>
</center>
<br>
<br>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -