龙论坛技术支持
Would you like to react to this message? Create an account in a few clicks or log in to continue.
关键词

最优秀的发帖人
tcw987654321 (2424)
各位大哥。。。帮忙。。。。谢了 Vote_lcap各位大哥。。。帮忙。。。。谢了 Voting_bar各位大哥。。。帮忙。。。。谢了 Vote_rcap 
tiger_tiger (2015)
各位大哥。。。帮忙。。。。谢了 Vote_lcap各位大哥。。。帮忙。。。。谢了 Voting_bar各位大哥。。。帮忙。。。。谢了 Vote_rcap 
梦随峰飘 (542)
各位大哥。。。帮忙。。。。谢了 Vote_lcap各位大哥。。。帮忙。。。。谢了 Voting_bar各位大哥。。。帮忙。。。。谢了 Vote_rcap 
868 (284)
各位大哥。。。帮忙。。。。谢了 Vote_lcap各位大哥。。。帮忙。。。。谢了 Voting_bar各位大哥。。。帮忙。。。。谢了 Vote_rcap 
mmao21 (251)
各位大哥。。。帮忙。。。。谢了 Vote_lcap各位大哥。。。帮忙。。。。谢了 Voting_bar各位大哥。。。帮忙。。。。谢了 Vote_rcap 
x__________________X (222)
各位大哥。。。帮忙。。。。谢了 Vote_lcap各位大哥。。。帮忙。。。。谢了 Voting_bar各位大哥。。。帮忙。。。。谢了 Vote_rcap 
y4341991 (101)
各位大哥。。。帮忙。。。。谢了 Vote_lcap各位大哥。。。帮忙。。。。谢了 Voting_bar各位大哥。。。帮忙。。。。谢了 Vote_rcap 
花生省魔术 (98)
各位大哥。。。帮忙。。。。谢了 Vote_lcap各位大哥。。。帮忙。。。。谢了 Voting_bar各位大哥。。。帮忙。。。。谢了 Vote_rcap 
Tiger&蘋果爸 (80)
各位大哥。。。帮忙。。。。谢了 Vote_lcap各位大哥。。。帮忙。。。。谢了 Voting_bar各位大哥。。。帮忙。。。。谢了 Vote_rcap 
pyy (74)
各位大哥。。。帮忙。。。。谢了 Vote_lcap各位大哥。。。帮忙。。。。谢了 Voting_bar各位大哥。。。帮忙。。。。谢了 Vote_rcap 

社会化书签

社会化书签 reddit      



在您的社会化书签保存并分享地址龙论坛技术支持


各位大哥。。。帮忙。。。。谢了

向下

各位大哥。。。帮忙。。。。谢了 Empty 各位大哥。。。帮忙。。。。谢了

帖子 由 yehao 周五 三月 14, 2008 10:31 am

能帮我改以下那个代码吗???帮我加上站内搜索。。。谢谢
www.yejian.yoo7.com



<script>
<!--//Begin JavaScript Source
function CheckAll(form)
{
for (var i=0;i{
var e = form.elements[i];
if (e.name != 'chkall')
e.checked = form.chkall.checked;
}
}
function netsearch(formname)
{
var Sina1
var Sina2
var Sohu1
var Sohu2
var Netease1
var Netease2
var baidu1
var baidu2
var mp31
var mp32
var sbox1
var sbox2
var flash1
var flash2
var YahooC1
var YahooC2
var Google1
var Google2
var tom1
var tom2
var TEXT
var noENGINE
var haveTEXT

TEXT=formname.TEXT.value;
noEngine=true;
haveTEXT=true;

if (TEXT=="")
{
alert("请输入搜索内容!")
haveTEXT=false
}

Sina1=formname.Sina.checked;
Sina2="http://search.sina.com.cn/cgi-bin/search/search.cgi?_searchkey="+TEXT;
if (Sina1)
{
noEngine=false
if (haveTEXT)
{
newWindow=window.open(Sina2, "Sina","toolbar,location,directories,status,menubar,scrollbars,resizable=1")
}
}

Sohu1=formname.Sohu.checked;
Sohu2="http://site.search.sohu.com/sitesearch.jsp?key_word="+TEXT;
if (Sohu1)
{
noEngine=false
if (haveTEXT)
{
newWindow=window.open(Sohu2, "Sohu","toolbar,location,directories,status,menubar,scrollbars,resizable=1")
}
}
Netease1=formname.Netease.checked;
Netease2="http://nisearch.163.com/Search?q="+TEXT;
if (Netease1)
{
noEngine=false
if (haveTEXT)
{
newWindow=window.open(Netease2, "Netease","toolbar,location,directories,status,menubar,scrollbars,resizable=1")
}
}

baidu1=formname.baidu.checked;
baidu2="http://www1.baidu.com/baidu?myselectvalue=0&tn=net900&word="+TEXT;
if (baidu1)
{
noEngine=false
if (haveTEXT)
{
newWindow=window.open(baidu2, "baidu","toolbar,location,directories,status,menubar,scrollbars,resizable=1")
}
}

mp31=formname.mp3.checked;
mp32="http://mp3search.baidu.com/wstsearch?tn=baidump3&ct=134217728&word="+TEXT;
if (mp31)
{
noEngine=false
if (haveTEXT)
{
newWindow=window.open(mp32, "mp3","toolbar,location,directories,status,menubar,scrollbars,resizable=1")
}
}

YahooC1=formname.YahooC.checked;
YahooC2="http://cn.search.yahoo.com/search/cn?p="+TEXT;
if (YahooC1)
{
noEngine=false
if (haveTEXT)
{
newWindow=window.open(YahooC2, "YahooC", "toolbar,location,directories,status,menubar,scrollbars,resizable=1")
}
}


Google1=formname.Google.checked;
Google2="http://www.google.com/search?hl=zh-CN&q="+TEXT;
if (Google1)
{
noEngine=false
if (haveTEXT)
{
newWindow=window.open(Google2, "n","toolbar,location,directories,status,menubar,scrollbars,resizable=1")
}
}


sbox1=formname.sbox.checked;
sbox2="http://www.yahoo.com.cn/search?pid=1073_1006&needbid=&ei=GBK&source=3721_union&p="+TEXT;
if (sbox1)
{
noEngine=false
if (haveTEXT)
{
newWindow=window.open(sbox2, "sbox","toolbar,location,directories,status,menubar,scrollbars,resizable=1")
}
}
tom1=formname.tom.checked;
tom2="http://sms2.ctn.com.cn/smslist/smsearch.php?user_id=67&inc=3&keyword="+TEXT;
if (tom1)
{
noEngine=false
if (haveTEXT)
{
newWindow=window.open(tom2, "tom","toolbar,location,directories,status,menubar,scrollbars,resizable=1")
}
}
flash1=formname.flash.checked;
flash2="http://mp3.baidu.com/m?f=ms&tn=baidump3&ct=134217728&lf=&rn=&lm=6&word="+TEXT;
if (flash1)
{
noEngine=false
if (haveTEXT)
{
newWindow=window.open(flash2, "flash","toolbar,location,directories,status,menubar,scrollbars,resizable=1")
}
}

if (noEngine)
{
alert("请选择搜索引擎!")
}
}
//End JavaScript Source -->
</script>
<table style='width:760px; background-color: #FFFF00; layer-background-color: #CCCCCC; border: 1px none #000000'><tr><td><font style='FONT-SIZE:9pt'>集成搜索</td><td><form name=engines onSubmit=netsearch(engines)><input style='background-color: FDF3D1; border: 1px solid #FBB723' name=TEXT size=10 maxlength=200 value=> <input type=button style='BACKGROUND-COLOR:#ffffff;BORDER-BOTTOM:red 1px solid;BORDER-LEFT:red 1px solid;BORDER-RIGHT:red 1px solid;BORDER-TOP:red 1px solid;COLOR:#000000;FONT-SIZE:9pt' value=搜索 name=Submit onClick=netsearch(engines)><font style='FONT-SIZE:9pt'> <input type=Checkbox name=baidu checked>百度<input type=Checkbox name=Google checked>Google<input type=Checkbox name=YahooC>雅虎<input type=Checkbox name=Sina>新浪<input type=Checkbox name=Sohu>搜狐<input type=Checkbox name=Netease>网易<input type=Checkbox name=sbox>Yahoo<input type=Checkbox name=tom>手机铃声<input type=Checkbox name=flash>FLASH<input type=Checkbox name=mp3>MP3</font></td></form></tr></table>
</font>

yehao

帖子数 : 21
注册日期 : 08-01-26

http://yejian.yoo7.com

返回页首 向下

各位大哥。。。帮忙。。。。谢了 Empty 回复: 各位大哥。。。帮忙。。。。谢了

帖子 由 yehao 周五 三月 14, 2008 10:32 am

yehao 写道:能帮我改以下那个代码吗???帮我加上站内搜索。。。谢谢
www.yejian.yoo7.com







集成搜索 百度Google雅虎新浪搜狐网易Yahoo手机铃声FLASHMP3
</FONT>





集成搜索 百度Google雅虎新浪搜狐网易Yahoo手机铃声FLASHMP3
</FONT>

yehao

帖子数 : 21
注册日期 : 08-01-26

http://yejian.yoo7.com

返回页首 向下

返回页首


 
您在这个论坛的权限:
不能在这个论坛回复主题