📄 google.asp
字号:
<html>
<%
word=trim(Request("word"))
lx=trim(request("lx"))
if (not isNumeric(ID)) then
lx=1
end if
%>
<body>
<%
if word<>"" then
if lx="1" then
Response.Redirect "http://www.google.cn/custom?q="&word&"&sa=搜索&client=pub-7709734864915288&forid=1&ie=gb2312&oe=gb2312&cof=GALT:#008000;GL:1;DIV:#336699;VLC:663399;AH:center;BGC:FFFFFF;LBGC:336699;ALC:0000FF;LC:0000FF;T:000000;GFNT:0000FF;GIMP:0000FF;LH:43;LW:100;L:http://www.google.cn/logos/Logo_40wht.gif;S:http://;LP:1;FORID:1&hl=zh-CN"
elseif lx="2" then
Response.Redirect "http://images.google.cn/images?hl=zh-CN&q="&word&" "
elseif lx="3" then
Response.Redirect "http://cn.news.yahoo.com/search.html?source=ysearch_news_search&p="&word&"&title=1"
elseif lx="4" then
Response.Redirect "http://music.cn.yahoo.com/search?lang=gb2312&p="&word
elseif lx="5" then
Response.Redirect "http://fzepc.com/chinapoem/showword.asp?word="&left(word,1)
elseif lx="6" then
Response.Redirect "http://www.ip138.com/ips.asp?ip="&word
elseif lx="7" then
Response.Redirect "http://www.imobile.com.cn/search2005.php?&searchkeyword="&word
elseif lx="8" then
Response.Redirect "http://ditu.google.cn/maps?q="&word
elseif lx="9" then
Response.Redirect "http://video.soso.com/q?sc=vid&ch=s.int&w="&word
elseif lx="10" then
Response.Redirect "http://search1.btchina.net/btsearch.php?query="&word&"&type=0"
elseif lx="11" then
Response.Redirect "http://search.newhua.com/search.asp?Keyword="&word
elseif lx="12" then
Response.Redirect "http://guba.hexun.com/PostSearchNew.aspx?radiobutton=1&sw="&word
elseif lx="13" then
Response.Redirect "http://search1.taobao.com/browse/search_auction.htm?at_topsearch=1&q="&word
elseif lx="14" then
'Response.Redirect "http://www.google.cn/custom?q=site:daqi.com+"&word&"&sa=搜索&client=pub-7709734864915288&forid=1&ie=gb2312&oe=gb2312&cof=GALT:#008000;GL:1;DIV:#336699;VLC:663399;AH:center;BGC:FFFFFF;LBGC:336699;ALC:0000FF;LC:0000FF;T:000000;GFNT:0000FF;GIMP:0000FF;LH:43;LW:100;L:http://www.google.cn/logos/Logo_40wht.gif;S:http://;LP:1;FORID:1&hl=zh-CN"
Response.Redirect "http://web.qbar.qq.com/search/?bar="&word
end if
%>
<!-- Search Google -->
<center>
<form method="get" name=E_FORM action="http://www.google.cn/custom">
<table bgcolor="#ffffff">
<tr><td nowrap="nowrap" valign="top" align="left" height="32">
<a href="http://www.google.com/">
<img src="http://www.google.cn/logos/Logo_25wht.gif" border="0" alt="Google" align="middle"></img></a>
<label for="sbi" style="display: none">输入您的搜索字词</label>
<input type="text" name="q" size="20" maxlength="255" value="<%=word%>" id="sbi"></input>
<label for="sbb" style="display: none">提交搜索表单</label>
<input type="submit" name="sa" value="搜索" id="sbb"></input>
<input type="hidden" name="client" value="pub-7709734864915288"></input>
<input type="hidden" name="forid" value="1"></input>
<input type="hidden" name="ie" value="gb2312"></input>
<input type="hidden" name="oe" value="gb2312"></input>
<input type="hidden" name="cof" value="GALT:#008000;GL:1;DIV:#336699;VLC:663399;AH:center;BGC:FFFFFF;LBGC:336699;ALC:0000FF;LC:0000FF;T:000000;GFNT:0000FF;GIMP:0000FF;LH:43;LW:100;L:http://www.google.cn/logos/Logo_40wht.gif;S:http://;LP:1;FORID:1"></input>
<input type="hidden" name="hl" value="zh-CN"></input>
</td></tr></table>
</form>
</center>
<!-- Search Google -->
<script language='JavaScript'>
document.E_FORM.submit();
</script>
</center>
<!-- Search Google -->
<%
end if
%>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -