Search engine switching code implemented by JS
Release: 2016-07-25 09:01:16
Original
1188 people have browsed it
function sch(form){
e=document.sel.sq.selectedIndex; //取选定选项的编号
e=document.sel.sq[e].value; //取选定选项的"value"特征值
k=document.sel.k.value; //取搜索关键字
if(document.sel.k.value==""){ //如果没有填入关键字
alert("请输入关键词!"); //则给出提示
document.sel.k.focus(); //将光标移到输入框
return
}
//以下根据选择的内容改变window.location属性,进行本窗口导航
if(e=="yah1"){location="http://search.chinese.yahoo.com/search/gb?p="+k;}
if(e=="yah"){location="http://search.yahoo.com/bin/search?p="+k;}
if(e=="soh1"){location="http://search.sohu.com/cgi-bin/search_main.cgi?txt_keyword="+k+"&page_index=0&catagory=main"}
if(e=="tonghua"){location="http://search.tonghua.com.cn/search?p="+k;}
if(e=="yo1"){location="http://www.goyoyo.com.cn/gyy/guide/gquery%20GB%20"+k+"?"}
if(e=="srsnet"){location="http://www.xibaonpx.com/richina.cgi?query="+k;}
if(e=="网易"){location="http://
www.xibaonpx.com
/cgi-bin/search.cgi?key="+k;}
if(e=="whatsite"){location="http://
www.xibaonpx.com
/main/search.cgi?keyword="+k+"&start=0&REXP=OR&x=36&y=15"}
if(e=="kimo"){location="http://search.kimo.com.tw/cgi-bin/srchfz.pl?srchcdn=B0&query="+k+"&x=22&y=9"}
if(e=="yam"){location="http://www.yam.com.tw/b5/search?k="+k+"&x=9&y=18"}
if(e=="excite"){location="http://search.excite.com/search.gw?search="+k;}
if(e=="cei"){location="http://infonavi.cei.gov.cn/cgi-bin/searchs.dll?OptionSearchs?Key="+k;}
if(e=="ztw"){location="http://search.bj.cninfo.net/go/infoseek?keyword="+k;}
if(e=="xlw"){location="http://search.sina.com.cn/cgi-bin/search/search.cgi?_searchkey="+k;}
if(e=="ssk"){location="http://www.cseek.com/cgi/srchengine.cgi?searchcgi=http%3A%2F%2Fwww.cseek.com%2Fhomepage%2Fcgi%2F&all=yes&sortby=1&searchkey="+k;} }
Search engine switching code implemented by JS_Jinan Psoriasis Hospital (
www.xibaonpx.com
)
Jinan Psoriasis Hospital
- The most professional web code download website - committed to providing high-quality web code for Chinese webmasters!
- function sch(form){
- e=document.sel.sq.selectedIndex; //Get the number of the selected option
- e= document.sel.sq[e].value; //Get the "value" feature value of the selected option
- k=document.sel.k.value; //Get the search keyword
- if(document.sel.k.value ==""){ //If no keyword is entered
- alert("Please enter the keyword!"); //A prompt will be given
- document.sel.k.focus(); //Move the cursor to the input box
- return
- }
- //The following changes the window.location property according to the selected content to navigate this window
- if(e=="yah1"){location="http://search.chinese.yahoo.com/search/gb?p="+k;}
- if(e=="yah"){location= "http://search.yahoo.com/bin/search?p="+k;}
- if(e=="soh1"){location="http://search.sohu.com/cgi-bin/ search_main.cgi?txt_keyword="+k+"&page_index=0&catagory=main"}
- if(e=="tonghua"){location="http://search.tonghua.com.cn/search?p="+k ;}
- if(e=="yo1"){location="http://www.goyoyo.com.cn/gyy/guide/gquery%20GB%20"+k+"?"}
- if(e== "srsnet"){location="http://www.xibaonpx.com/richina.cgi?query="+k;}
- if(e=="NetEase"){location="http://www.xibaonpx .com/cgi-bin/search.cgi?key="+k;}
- if(e=="whatsite"){location="http://www.xibaonpx.com/main/search.cgi?keyword= "+k+"&start=0&REXP=OR&x=36&y=15"}
- if(e=="kimo"){location="http://search.kimo.com.tw/cgi-bin/srchfz.pl?srchcdn =B0&query="+k+"&x=22&y=9"}
- if(e=="yam"){location="http://www.yam.com.tw/b5/search?k="+k+" &x=9&y=18"}
- if(e=="excite"){location="http://search.excite.com/search.gw?search="+k;}
- if(e=="cei "){location="http://infonavi.cei.gov.cn/cgi-bin/searchs.dll?OptionSearchs?Key="+k;}
- if(e=="ztw"){location="http ://search.bj.cninfo.net/go/infoseek?keyword="+k;}
- if(e=="xlw"){location="http://search.sina.com.cn/cgi- bin/search/search.cgi?_searchkey="+k;}
- if(e=="ssk"){location="http://www.cseek.com/cgi/srchengine.cgi?searchcgi=http%3A %2F%2Fwww.cseek.com%2Fhomepage%2Fcgi%2F&all=yes&sortby=1&searchkey="+k;} }
-
-
- Search engine switching code implemented by JS_Jinan Psoriasis Hospital (www.xibaonpx.com)
-
-
- < ;p>Jinan Psoriasis Hospital - The most professional web code download website - Committed to providing high-quality web pages for Chinese webmasters Code!
-
-
- Copy code
-
-
-
-
-
|
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Latest Articles by Author
-
2024-10-22 09:46:29
-
2024-10-13 13:53:41
-
2024-10-12 12:15:51
-
2024-10-11 22:47:31
-
2024-10-11 19:36:51
-
2024-10-11 15:50:41
-
2024-10-11 15:07:41
-
2024-10-11 14:21:21
-
2024-10-11 12:59:11
-
2024-10-11 12:17:31