[問題]Search Engine

phpBB 2 MOD Support
無論是官方或非官方認證之外掛,安裝與使用問題討論。
(發表文章請按照公告格式發表,違者砍文)

版主: 版主管理群

主題已鎖定
AC Milan
星球普通子民
星球普通子民
文章: 5
註冊時間: 2003-06-11 22:52
聯繫:

[問題]Search Engine

文章 AC Milan »

請問那位大大知道怎樣加入 searc engine (e.g. Google, Yahoo) 左首頁

謝謝 :-)
依夢兒
竹貓忠實會員
竹貓忠實會員
文章: 2013
註冊時間: 2002-11-20 00:07

文章 依夢兒 »

1. 試著在 index.tpl 內加入搜尋引擎的HTML碼\r

2. 裝ezPortal MOD
它有將Google搜尋引擎整合到版面上,像是這樣:
http://smartor.is-root.com/
有任何關於 phpBB 或是架站的問題,請在論壇上公開發表出來,大家一起討論。
請不要丟私人訊息問我,因為私訊是用來聊私事的。
這樣作對於解決您的問題一點幫助也沒有,也很沒有效率,小弟我一概謝絕。



搜尋是一種美德,在發問之前,請多加利用頂端的文章搜尋功能,搜尋可能的關鍵字。
確定您想問的問題找不到答案後,再發問。
AC Milan
星球普通子民
星球普通子民
文章: 5
註冊時間: 2003-06-11 22:52
聯繫:

文章 AC Milan »

請問點樣找這個mod?? :oops:
依夢兒
竹貓忠實會員
竹貓忠實會員
文章: 2013
註冊時間: 2002-11-20 00:07

文章 依夢兒 »

有任何關於 phpBB 或是架站的問題,請在論壇上公開發表出來,大家一起討論。
請不要丟私人訊息問我,因為私訊是用來聊私事的。
這樣作對於解決您的問題一點幫助也沒有,也很沒有效率,小弟我一概謝絕。



搜尋是一種美德,在發問之前,請多加利用頂端的文章搜尋功能,搜尋可能的關鍵字。
確定您想問的問題找不到答案後,再發問。
頭像
Apache
星球公民
星球公民
文章: 149
註冊時間: 2002-09-08 04:18

文章 Apache »

打開 index_body.tpl

在想放的地方\r

加入\r

代碼: 選擇全部

<td align="center"><!-- Search Google --><FORM method=GET action="http://www.google.com/search" target=_blank>
<A HREF="http://www.google.com" target=_blank>
<IMG SRC="http://www.google.com/logos/Logo_25wht.gif" border="0"
ALT="Google" align="middle" width="75" height="32"></A>
<INPUT TYPE=text name=q size=31 maxlength=255 value="">
<INPUT TYPE=hidden name=hl value=zh-TW>
<INPUT type=submit name=btnG VALUE="快速搜尋">
</td>
●架設主機作業系統:2000 Advance Server
●快速架站程式:Appserv 2.3.0
●phpBB2版本:phpBB 2.0.8a
●風格版本:FIsubice
aiken
竹貓忠實會員
竹貓忠實會員
文章: 1514
註冊時間: 2003-11-09 11:02
來自: 大頭真論壇
聯繫:

文章 aiken »

給你我目前用的
可以到我的論壇來看看效果

代碼: 選擇全部

<td align="right">
	<!-- Begin Openfind Search Form -->
	<script language='JavaScript'>
	<!--
	function OpenfindSubmit(thisForm)
	{
	    if ( thisForm.query.value == '' ) {
	        alert('請先輸入欲查詢的字串!');
	        thisForm.query.focus();
	        return false;
	    } else {
	        if ( thisForm.ServiceID.selectedIndex == 1 ) { // TW webpage search
	            thisForm.action = 'http://www.openfind.com.tw/cgi-bin/tw/webquery';
	        } else if ( thisForm.ServiceID.selectedIndex == 2 ) { // WNS search
	            thisForm.action = 'http://se1.openfind.com.tw/cgi-bin/URL/wns';
	        } else if ( thisForm.ServiceID.selectedIndex == 3 ) { // TW BBS search
	            thisForm.action = 'http://bbs.openfind.com.tw/cgi-bin/qsearch';
	            thisForm.QUERY.value = thisForm.query.value;
	        } else if ( thisForm.ServiceID.selectedIndex == 4 ) { // TW News search
	            thisForm.action = 'http://news.openfind.com.tw/cgi-bin/WebNews/iwn';
	        } else if ( thisForm.ServiceID.selectedIndex == 5 ) { // Image search
	            thisForm.type.value = 'image';
	            thisForm.action = 'http://mms.openfind.com.tw/cgi-bin/MMS/ecgi';
	        } else if ( thisForm.ServiceID.selectedIndex == 6 ) { // Audio search
	            thisForm.type.value = 'audio';
	            thisForm.action = 'http://mms.openfind.com.tw/cgi-bin/MMS/ecgi';
	        } else if ( thisForm.ServiceID.selectedIndex == 7 ) { // Software search
	            thisForm.type.value = 'software';
	            thisForm.action = 'http://mms.openfind.com.tw/cgi-bin/MMS/ecgi';
	        } else if ( thisForm.ServiceID.selectedIndex == 8 ) { // Literature search
	            thisForm.type.value = 'literature';
	            thisForm.action = 'http://mms.openfind.com.tw/cgi-bin/MMS/ecgi';
	        } else { // default, TW CD search
	            thisForm.action = 'http://cd.openfind.com.tw/cgi-bin/CD/SearchCd.exe';
	            thisForm.Query.value = thisForm.query.value; 
	        }
	        return true;
	    }
	}
	//-->
	</script>
		<FORM name=Openfind onsubmit='return OpenfindSubmit(this)' method=get target=_blank>
	<INPUT type=hidden name=Function value=search>
	<INPUT type=hidden name=redirect value=ON>
	<INPUT type=hidden name=type value=image>
	<INPUT type=hidden name=Query>
	<INPUT type=hidden name=QUERY>
	<a href="http://www.openfind.com.tw/" target="_blank">OpenFind:</a>
	<input type='text' class="mainoption" name='query' size='10'>
	<select name='ServiceID' class="mainoption">
	<option value='0' selected>分類</option>
	<option value='1'>網頁</option>
	<option value='2'>網址</option>
	<option value='3'>BBS</option>
	<option value='4'>新聞</option>
	<option value='5'>圖片</option>
	<option value='6'>音樂</option>
	<option value='7'>軟體</option>
	<option value='8'>文件</option>
	</SELECT>
	<input type="submit" class="mainoption" value="搜尋" onclick="search">
	</FORM>
	<!-- End openfind Search Form -->   

<form method="get" action="http://search.sina.com.tw/sn-bin/search.cgi" target="_new">
<select name="Area">
<option value="GOOGLE" selected>Google中文網頁
<option value="YAHOO">雅虎中文
<option value="OPENFIND">Openfind
<option value="YAM">蕃薯藤\r
<option value="PCHOME">PCHome
<option value="All">Sina網站搜尋
<option value="ThirdParty">Sina網頁搜尋
<option value="News">Sina新聞搜尋</select>
<input  name="Keywords" size="15" class="mainoption">
<input type="submit" value="搜尋" class="mainoption" name="submit2">
</form></td>
有兩種不同的搜尋方法
頭像
Apache
星球公民
星球公民
文章: 149
註冊時間: 2002-09-08 04:18

文章 Apache »

aiken 寫:給你我目前用的
可以到我的論壇來看看效果

代碼: 選擇全部

<td align="right">
	<!-- Begin Openfind Search Form -->
	<script language='JavaScript'>
	<!--
	function OpenfindSubmit(thisForm)
	{
	    if ( thisForm.query.value == '' ) {
	        alert('請先輸入欲查詢的字串!');
	        thisForm.query.focus();
	        return false;
	    } else {
	        if ( thisForm.ServiceID.selectedIndex == 1 ) { // TW webpage search
	            thisForm.action = 'http://www.openfind.com.tw/cgi-bin/tw/webquery';
	        } else if ( thisForm.ServiceID.selectedIndex == 2 ) { // WNS search
	            thisForm.action = 'http://se1.openfind.com.tw/cgi-bin/URL/wns';
	        } else if ( thisForm.ServiceID.selectedIndex == 3 ) { // TW BBS search
	            thisForm.action = 'http://bbs.openfind.com.tw/cgi-bin/qsearch';
	            thisForm.QUERY.value = thisForm.query.value;
	        } else if ( thisForm.ServiceID.selectedIndex == 4 ) { // TW News search
	            thisForm.action = 'http://news.openfind.com.tw/cgi-bin/WebNews/iwn';
	        } else if ( thisForm.ServiceID.selectedIndex == 5 ) { // Image search
	            thisForm.type.value = 'image';
	            thisForm.action = 'http://mms.openfind.com.tw/cgi-bin/MMS/ecgi';
	        } else if ( thisForm.ServiceID.selectedIndex == 6 ) { // Audio search
	            thisForm.type.value = 'audio';
	            thisForm.action = 'http://mms.openfind.com.tw/cgi-bin/MMS/ecgi';
	        } else if ( thisForm.ServiceID.selectedIndex == 7 ) { // Software search
	            thisForm.type.value = 'software';
	            thisForm.action = 'http://mms.openfind.com.tw/cgi-bin/MMS/ecgi';
	        } else if ( thisForm.ServiceID.selectedIndex == 8 ) { // Literature search
	            thisForm.type.value = 'literature';
	            thisForm.action = 'http://mms.openfind.com.tw/cgi-bin/MMS/ecgi';
	        } else { // default, TW CD search
	            thisForm.action = 'http://cd.openfind.com.tw/cgi-bin/CD/SearchCd.exe';
	            thisForm.Query.value = thisForm.query.value; 
	        }
	        return true;
	    }
	}
	//-->
	</script>
		<FORM name=Openfind onsubmit='return OpenfindSubmit(this)' method=get target=_blank>
	<INPUT type=hidden name=Function value=search>
	<INPUT type=hidden name=redirect value=ON>
	<INPUT type=hidden name=type value=image>
	<INPUT type=hidden name=Query>
	<INPUT type=hidden name=QUERY>
	<a href="http://www.openfind.com.tw/" target="_blank">OpenFind:</a>
	<input type='text' class="mainoption" name='query' size='10'>
	<select name='ServiceID' class="mainoption">
	<option value='0' selected>分類</option>
	<option value='1'>網頁</option>
	<option value='2'>網址</option>
	<option value='3'>BBS</option>
	<option value='4'>新聞</option>
	<option value='5'>圖片</option>
	<option value='6'>音樂</option>
	<option value='7'>軟體</option>
	<option value='8'>文件</option>
	</SELECT>
	<input type="submit" class="mainoption" value="搜尋" onclick="search">
	</FORM>
	<!-- End openfind Search Form -->   

<form method="get" action="http://search.sina.com.tw/sn-bin/search.cgi" target="_new">
<select name="Area">
<option value="GOOGLE" selected>Google中文網頁
<option value="YAHOO">雅虎中文
<option value="OPENFIND">Openfind
<option value="YAM">蕃薯藤\r
<option value="PCHOME">PCHome
<option value="All">Sina網站搜尋
<option value="ThirdParty">Sina網頁搜尋
<option value="News">Sina新聞搜尋</select>
<input  name="Keywords" size="15" class="mainoption">
<input type="submit" value="搜尋" class="mainoption" name="submit2">
</form></td>
有兩種不同的搜尋方法
大大...你的這郭功能更多唷..讚...

不好意思問一下....

我加入\r

代碼: 選擇全部

<td align="center"><!-- Search Google --><FORM method=GET action="http://www.google.com/search" target=_blank> 
<A HREF="http://www.google.com" target=_blank> 
<IMG SRC="http://www.google.com/logos/Logo_25wht.gif" border="0" 
ALT="Google" align="middle" width="75" height="32"></A> 
<INPUT TYPE=text name=q size=31 maxlength=255 value=""> 
<INPUT TYPE=hidden name=hl value=zh-TW> 
<INPUT type=submit name=btnG VALUE="快速搜尋"> 
</td> 
會把我的跑馬燈原本的長度擠掉...@@
我不知要怎麼修改勒...

下面是我的 index_body.tpl

代碼: 選擇全部

<table width="100%" cellspacing="0" cellpadding="2" border="0" align="center">
  <tr> 
	<td align="left" valign="bottom"><span class="gensmall">
	<!-- BEGIN switch_user_logged_in -->
	{LAST_VISIT_DATE}<br />
	<!-- END switch_user_logged_in -->
	{CURRENT_TIME}<br /></span><span class="nav"><a href="{U_INDEX}" class="nav">{L_INDEX}</a></span><br><img src="images/announce.gif"><marquee scrollamount=3 scrolldelay=75 width="50%" onmouseover=this.stop(); onmouseout=this.start();>{ANNOUNCEMENT}</marquee></td>
                <!-- BEGIN switch_user_logged_in -->
	<td align="right" valign="bottom" class="gensmall">
		<a href="{U_SEARCH_NEW}" class="gensmall">{L_SEARCH_NEW}</a><br /><a href="{U_SEARCH_SELF}" class="gensmall">{L_SEARCH_SELF}</a><br />
               <!-- 檢視您發表的主題 新增於 2004-01-01開始 -->
                                <a href="{U_SEARCH_SELF_TOPICS}" class="gensmall">{L_SEARCH_SELF_TOPICS}</a><br />
               <!-- 檢視您發表的主題 新增於 2004-01-01結束 -->
		<a href="{U_SEARCH_UNANSWERED}" class="gensmall">{L_SEARCH_UNANSWERED}</a></td>
                                <!-- END switch_user_logged_in -->
  </tr>
</table>

<table width="100%" cellpadding="2" cellspacing="1" border="0" class="forumline">
  <tr> 
	<th colspan="2" class="thCornerL" height="25" nowrap="nowrap"> {L_FORUM} </th>
	<th width="50" class="thTop" nowrap="nowrap"> {L_TOPICS} </th>
	<th width="50" class="thTop" nowrap="nowrap"> {L_POSTS} </th>
	<th class="thCornerR" nowrap="nowrap"> {L_LASTPOST} </th>
  </tr>
  <!-- BEGIN catrow -->
  <tr> 
	<td class="catLeft" colspan="5" height="28"><span class="cattitle">{catrow.CAT_TYPE}<a href="{catrow.U_VIEWCAT}" class="cattitle">{catrow.CAT_DESC}</a></span></td>
  </tr>
  <!-- BEGIN forumrow -->
  <tr> 
	<td class="row1" align="center" valign="middle" height="50"><img src="{catrow.forumrow.FORUM_FOLDER_IMG}" width="46" height="25" alt="{catrow.forumrow.L_FORUM_FOLDER_ALT}" title="{catrow.forumrow.L_FORUM_FOLDER_ALT}" /></td>
	<td class="row1" width="100%" height="40" onMouseOver="this.style.backgroundColor='#DBE4EE'" onMouseOut=this.style.backgroundColor="{T_TR_COLOR1}"> <span class="forumlink"> <a href="{catrow.forumrow.U_VIEWFORUM}" class="forumlink">{catrow.forumrow.FORUM_NAME}</a><br />
	  </span> <span class="genmed">{catrow.forumrow.FORUM_DESC}<br />
	  </span><span class="gensmall">{catrow.forumrow.L_MODERATOR} {catrow.forumrow.MODERATORS}</span></td>
	<td class="row2" align="center" valign="middle" height="50"><span class="gensmall">{catrow.forumrow.TOPICS}</span></td>
	<td class="row2" align="center" valign="middle" height="50"><span class="gensmall">{catrow.forumrow.POSTS}</span></td>
	<td class="row2" align="center" valign="middle" height="50" nowrap="nowrap"> <span class="gensmall">{catrow.forumrow.LAST_POST}</span></td>
  </tr>
  <!-- END forumrow -->
  <!-- END catrow -->
</table>

<table width="100%" cellspacing="0" border="0" align="center" cellpadding="2">
  <tr> 
	<td align="left"><span class="gensmall"><a href="{U_MARK_READ}" class="gensmall">{L_MARK_FORUMS_READ}</a></span></td>
	<td align="right"><span class="gensmall">{S_TIMEZONE}</span></td>
  </tr>
</table>

<table width="100%" cellpadding="3" cellspacing="1" border="0" class="forumline">
  <tr> 
	<td class="catHead" colspan="2" height="28"><span class="cattitle"><a href="{U_VIEWONLINE}" class="cattitle">{L_WHO_IS_ONLINE}</a></span></td>
  </tr>
  <tr> 
	<td class="row1" align="center" valign="middle" rowspan="2"><img src="templates/subSilver/images/whosonline.gif" alt="{L_WHO_IS_ONLINE}" /></td>
	<td class="row1" align="left" width="100%"><span class="gensmall">{TOTAL_TOPICS} , {TOTAL_POSTS}<br />{TOTAL_USERS}<br />{NEWEST_USER}</span>
	</td>
  </tr>
  <tr> 
	<td class="row1" align="left"><span class="gensmall">{TOTAL_USERS_ONLINE}   [ {L_WHOSONLINE_ADMIN} ]   [ {L_WHOSONLINE_MOD} ]<br />{RECORD_USERS}<br />{LOGGED_IN_USER_LIST}</span></td>
  </tr>
</table>

<table width="100%" cellpadding="1" cellspacing="1" border="0">
<tr>
	<td align="left" valign="top"><span class="gensmall">{L_ONLINE_EXPLAIN}</span></td>
</tr>
</table>

<!-- 推薦網站進階版advanced_links_mod_1.2.1 新增於 2003-12-19 開始 -->
<br />
<table width="100%" cellpadding="3" cellspacing="1" border="0" class="forumline">
  <tr> 
	<td class="catLeft" width="100%" height="22"><span class="cattitle"><a href="{U_LINKS}" class="cattitle">{L_LINKS}</a></span></td>
	<td class="catRight" nowrap="nowrap" align="center"><span class="cattitle">{SITENAME}</span></td>
  </tr>
  <tr> 
	<td class="row1" nowrap="nowrap"><iframe marginwidth="0" marginheight="0" src="{U_LINKS_JS}" frameborder="0" scrolling="no" width="100%" height="{SITE_LOGO_HEIGHT}"></iframe></td>
	<td class="row2" nowrap="nowrap"><img src="{U_SITE_LOGO}" alt="{SITENAME}" width="{SITE_LOGO_WIDTH}" height="{SITE_LOGO_HEIGHT}" border="0" /></td>
  </tr>
</table>
<!-- 推薦網站進階版advanced_links_mod_1.2.1 新增於 2003-12-19 結束 -->

<!-- BEGIN switch_user_logged_out -->
<form method="post" action="{S_LOGIN_ACTION}">
  <table width="100%" cellpadding="3" cellspacing="1" border="0" class="forumline">
	<tr> 
	  <td class="catHead" height="28"><a name="login"></a><span class="cattitle">{L_LOGIN_LOGOUT}</span></td>
	</tr>
	<tr> 
	  <td class="row1" align="center" valign="middle" height="28"><span class="gensmall">{L_USERNAME}: 
		<input class="post" type="text" name="username" size="10" />
		   {L_PASSWORD}: 
		<input class="post" type="password" name="password" size="10" maxlength="32" />
		     {L_AUTO_LOGIN} 
		<input class="text" type="checkbox" name="autologin" />
		    
		<input type="submit" class="mainoption" name="login" value="{L_LOGIN}" />
		</span> </td>
	</tr>
  </table>
</form>
<!-- END switch_user_logged_out -->

<br clear="all" />

<table cellspacing="3" border="0" align="center" cellpadding="0">
  <tr> 
	<td width="20" align="center"><img src="templates/subSilver/images/folder_new.gif" alt="{L_NEW_POSTS}"/></td>
	<td><span class="gensmall">{L_NEW_POSTS}</span></td>
	<td>  </td>
	<td width="20" align="center"><img src="templates/subSilver/images/folder.gif" alt="{L_NO_NEW_POSTS}" /></td>
	<td><span class="gensmall">{L_NO_NEW_POSTS}</span></td>
	<td>  </td>
	<td width="20" align="center"><img src="templates/subSilver/images/folder_lock.gif" alt="{L_FORUM_LOCKED}" /></td>
	<td><span class="gensmall">{L_FORUM_LOCKED}</span></td>
  </tr>
</table>


<!-- TOP5 主題 2.1.0 (2003-12-15) -->
<!-- BEGIN switch_user_logged_in -->
<br /><br /><iframe marginwidth=0 marginheight=0 src='adv_top5.php' frameborder=0 width='100%' scrolling=no height=250> </iframe>
<!-- END switch_user_logged_in -->
麻煩知道的大大幫我一下...3q
●架設主機作業系統:2000 Advance Server
●快速架站程式:Appserv 2.3.0
●phpBB2版本:phpBB 2.0.8a
●風格版本:FIsubice
aiken
竹貓忠實會員
竹貓忠實會員
文章: 1514
註冊時間: 2003-11-09 11:02
來自: 大頭真論壇
聯繫:

文章 aiken »

這個就是HTML部分的問題了
你要自己多嘗試看看放在哪邊比較適合而且不會破壞版面\r
或是適當的加上<table> <tr> <td> 之類的標籤\r
我也是試了很多次的失敗才成功放在我要的地方....

我的經驗....我覺得放在index_body.tpl的最上方比較容易成功...而且不會破壞版面....

你就自己多試試看各種編排方式嚕
頭像
Apache
星球公民
星球公民
文章: 149
註冊時間: 2002-09-08 04:18

文章 Apache »

aiken 寫:這個就是HTML部分的問題了
你要自己多嘗試看看放在哪邊比較適合而且不會破壞版面\r
或是適當的加上<table> <tr> <td> 之類的標籤\r
我也是試了很多次的失敗才成功放在我要的地方....

我的經驗....我覺得放在index_body.tpl的最上方比較容易成功...而且不會破壞版面....

你就自己多試試看各種編排方式嚕
是有放到自己想要的地方....只是不知怎麼會擠到 跑馬燈公告條..
我在試試..
●架設主機作業系統:2000 Advance Server
●快速架站程式:Appserv 2.3.0
●phpBB2版本:phpBB 2.0.8a
●風格版本:FIsubice
aiken
竹貓忠實會員
竹貓忠實會員
文章: 1514
註冊時間: 2003-11-09 11:02
來自: 大頭真論壇
聯繫:

文章 aiken »

加個<table>應該會好.....
或者是把我原本有的<td>拆掉....

就是<table> <tr> <td> 這幾個在變化...
GeniusKiKi
竹貓忠實會員
竹貓忠實會員
文章: 1086
註冊時間: 2003-10-28 14:50

文章 GeniusKiKi »

剛剛花了一點點時間寫出來的東西
喜歡的就拿去用\r

28 in One 搜尋引擎
也可以再自行新增

代碼: 選擇全部

<!-- GetAllSearch by GeniusKiKi -->
<script language="JavaScript">
<!--
function Search()
{
if ( document.GetAllSearch.query.value == '' ) {
	alert('請先輸入欲查詢的字串!');
	thisForm.query.focus();
	return false;
}
if ( document.GetAllSearch.ServiceID.selectedIndex == '0' ) { // Google(繁體中文)
	var url = "http://www.google.com/search?hl=zh-TW&q=" + document.GetAllSearch.query.value;
	window.open(url,'_blank');
	return false;
} else
if ( document.GetAllSearch.ServiceID.selectedIndex == '1' ) { // 台灣新浪網\r
	var url = "http://google.sina.com.tw/cgi-bin/webpage.cgi?word=" + document.GetAllSearch.query.value;
	window.open(url,'_blank');
	return false;
} else
if ( document.GetAllSearch.ServiceID.selectedIndex == '2' ) { // 雅虎中文
	var url = "http://search.chinese.yahoo.com/search/big5?p=" + document.GetAllSearch.query.value + "&y=b";
	window.open(url,'_blank');
	return false;
} else
if ( document.GetAllSearch.ServiceID.selectedIndex == '3' ) { // 番薯藤\r
	var url = "http://search.yam.org.tw/b5/search/?k=" + document.GetAllSearch.query.value;
	window.open(url,'_blank');
	return false;
} else
if ( document.GetAllSearch.ServiceID.selectedIndex == '4' ) { // 雅虎奇摩\r
	var url = "http://search.kimo.com.tw/cgi-bin/srchfz.pl?query=" + document.GetAllSearch.query.value;
	window.open(url,'_blank');
	return false;
} else
if ( document.GetAllSearch.ServiceID.selectedIndex == '5' ) { // 香港添達
	var url = "http://search.hksrch.com.hk/cgi-bin/hksrch/hk/search.cgi?searchtext=" + document.GetAllSearch.query.value + "&cva=hk";
	window.open(url,'_blank');
	return false;
} else
if ( document.GetAllSearch.ServiceID.selectedIndex == '6' ) { // 網上行
	var url = "http://imssr006.netvigator.com/ipo-cgi/iposearch?terms=" + document.GetAllSearch.query.value + "&code=1&trans=1&theColls=&vers=15239&web=sites&db=ALL&x=23&y=10";
	window.open(url,'_blank');
	return false;
} else
if ( document.GetAllSearch.ServiceID.selectedIndex == '7' ) { // AllTheWeb
	var url = "http://www.alltheweb.com/search?cat=web&cs=big5&l=tzh&q=" + document.GetAllSearch.query.value;
	window.open(url,'_blank');
	return false;
} else
if ( document.GetAllSearch.ServiceID.selectedIndex == '8' ) { // Seeder超級特搜
	var url = "http://search.seeder.net/find.asp?SearchType=Super&key=" + document.GetAllSearch.query.value;
	window.open(url,'_blank');
	return false;
} else
if ( document.GetAllSearch.ServiceID.selectedIndex == '9' ) { // 綠界
	var url = "http://ep.sunup.net/search.pl?" + document.GetAllSearch.query.value;
	window.open(url,'_blank');
	return false;
} else
\nif ( document.GetAllSearch.ServiceID.selectedIndex == '10' ) { // 福爾摩莎
	var url = "http://www.formosa.com.tw/addlinks/ser.asp?txt_name=" + document.GetAllSearch.query.value;
	window.open(url,'_blank');
	return false;
} else
if ( document.GetAllSearch.ServiceID.selectedIndex == '11' ) { // 中華電信
	var url = "http://hisearch.web.hinet.net/cgi-bin/Search/webgais2.exe?query=" + document.GetAllSearch.query.value;
	window.open(url,'_blank');
	return false;
} else
if ( document.GetAllSearch.ServiceID.selectedIndex == '12' ) { // 網擎(Openfind)
	var url = "http://www.openfind.com.tw/cgi-bin/tw/webquery?t=tw&query=" + document.GetAllSearch.query.value;
	window.open(url,'_blank');
	return false;
} else
if ( document.GetAllSearch.ServiceID.selectedIndex == '13' ) { // 蓋世網頁搜尋
	var url = "http://gais.cs.ccu.edu.tw/cgi-bin/GAIS30/gaisweb.cgi?p=1&m=100&g=1&l=0&u=tw&q=" + document.GetAllSearch.query.value;
	window.open(url,'_blank');
	return false;
} else
if ( document.GetAllSearch.ServiceID.selectedIndex == '14' ) { // 網路家庭
	var url = "http://dir.pchome.com.tw/bin/search?con=s&key=" + document.GetAllSearch.query.value;
	window.open(url,'_blank');
	return false;
} else
if ( document.GetAllSearch.ServiceID.selectedIndex == '15' ) { // 夢想家
	var url = "http://openfind.dreamer.com.tw/cgi-bin/CD/SearchCd.exe?Function=search&ServiceID=on&Query=" + document.GetAllSearch.query.value;
	window.open(url,'_blank');
	return false;
} else
if ( document.GetAllSearch.ServiceID.selectedIndex == '16' ) { // COO
	var url = "http://search.coo.com.tw/index.phtml?keyword=" + document.GetAllSearch.query.value;
	window.open(url,'_blank');
	return false;
} else
if ( document.GetAllSearch.ServiceID.selectedIndex == '17' ) { // 悠遊
	var url = "http://www.goyoyo.com.cn/gyy/query?code=BIG5&dbs=guidedbs&query=" + document.GetAllSearch.query.value;
	window.open(url,'_blank');
	return false;
} else
if ( document.GetAllSearch.ServiceID.selectedIndex == '18' ) { // 龍捲風
	var url = "http://tsearch.acer121.com/cgi-bin/tornado/tsearch?func=3&p=" + document.GetAllSearch.query.value;
	window.open(url,'_blank');
	return false;
} else
if ( document.GetAllSearch.ServiceID.selectedIndex == '19' ) { // Lycos台灣\r
	var url = "http://tw.lycosasia.com/srch/index.html?query=" + document.GetAllSearch.query.value;
	window.open(url,'_blank');
	return false;
} else
if ( document.GetAllSearch.ServiceID.selectedIndex == '20' ) { // 超人氣
	var url = "http://search.abc123.com.tw/search/?go=" + document.GetAllSearch.query.value;
	window.open(url,'_blank');
	return false;
} else
if ( document.GetAllSearch.ServiceID.selectedIndex == '21' ) { // 香港世頁
	var url = "http://ipoinc.com.hk/ipo-cgi/iposearchdir?web=sites&db=ALL&max=500&vers=5&terms=" + document.GetAllSearch.query.value + "&code=1&trans=1&theColls=";
	window.open(url,'_blank');
	return false;
} else
if ( document.GetAllSearch.ServiceID.selectedIndex == '22' ) { // 巴辣香港\r
	var url = "http://www.balaa.com/cgi-bin/search/search.cgi?query=" + document.GetAllSearch.query.value;
	window.open(url,'_blank');
	return false;
} else
if ( document.GetAllSearch.ServiceID.selectedIndex == '23' ) { // altavista
	var url = "http://www.altavista.com/sites/search/res_text?sc=on&hl=on&amb=txt&enc=big5&q=" + document.GetAllSearch.query.value;
	window.open(url,'_blank');
	return false;
} else
if ( document.GetAllSearch.ServiceID.selectedIndex == '24' ) { // MSN 搜尋
	var url = "http://search.msn.com.tw/results.asp?CY=zh-tw&cp=950&q=" + document.GetAllSearch.query.value;
	window.open(url,'_blank');
	return false;
} else
if ( document.GetAllSearch.ServiceID.selectedIndex == '25' ) { // 百度搜索\r
	var url = "http://www1.baidu.com/baidu?word=" + document.GetAllSearch.query.value;
	window.open(url,'_blank');
	return false;
} else
if ( document.GetAllSearch.ServiceID.selectedIndex == '26' ) { // Yahoo!奇摩字典\r
	var url = "http://tw.dictionary.yahoo.com/dictionary?s=" + document.GetAllSearch.query.value;
	window.open(url,'_blank');
	return false;
} else
if ( document.GetAllSearch.ServiceID.selectedIndex == '27' ) { // SNDB 序號搜尋
	var url = "http://www.sndb.net/query.asp?Subject=" + document.GetAllSearch.query.value;
	window.open(url,'_blank');
	return false;
}
return false;
}
//-->
</script>

<form name="GetAllSearch">
<input type="text" class="mainoption" name="query" size="10">
<select name="ServiceID">
	<option>Google(繁體中文)</option>
	<option>台灣新浪網</option>
	<option>雅虎中文</option>
	<option>番薯藤</option>
	<option>雅虎奇摩</option>
	<option>香港添達</option>
	<option>網上行</option>
	<option>AllTheWeb</option>
	<option>Seeder超級特搜</option>
	<option>綠界</option>
	<option>福爾摩莎</option>
	<option>中華電信</option>
	<option>網擎(Openfind)</option>
	<option>蓋世網頁搜尋</option>
	<option>網路家庭</option>
	<option>夢想家</option>
	<option>COO</option>
	<option>悠遊</option>
	<option>龍捲風</option>
	<option>Lycos台灣</option>
	<option>超人氣</option>
	<option>香港世頁</option>
	<option>巴辣香港</option>
	<option>altavista</option>
	<option>MSN 搜尋</option>
	<option>百度搜索</option>
	<option>Yahoo!奇摩字典</option>
	<option>SNDB 序號搜尋</option>
</SELECT>
<input type="submit" value="搜尋" onclick="return Search()">
</FORM>
<!-- GetAllSearch by GeniusKiKi -->
※ 程式有錯誤不能用的話可以找我
  搜尋引擎掛掉不能用不要找我(不過你可以在這邊告訴大家)
再也不當爛好人...
好人是小白轉型成大白的墊腳石...
主題已鎖定

回到「外掛問題討論」