MozTW 討論區
https://forum.moztw.org/

Firefox 加入我的書籤語法
https://forum.moztw.org/viewtopic.php?f=13&t=19132
1 頁 (共 1 頁)

發表人:  dora2002 [ 2007-06-02, 19:40 ]
文章主題 :  Firefox 加入我的書籤語法

程式碼來源 : http://stu.ahjh.tc.edu.tw/~s30229/tits/index1.htm

以下是程式碼 :
代碼:
<a href="javascript:;" onclick="YY_MozillaSidebar('URL','網站名稱','')">加入至我的書籤
<script language="JavaScript" type="text/JavaScript"> <!--
function YY_MozillaSidebar(url, tabName, urlCust){ //v1.01
if ((typeof window.sidebar == "object") && (typeof window.sidebar.addPanel == "function")){
window.sidebar.addPanel (tabName, url, urlCust);
}else{
window.alert("你需要 Mozilla 或 Mozilla Firefox 才能使用此功能,請參觀 http://www.mozilla.org");
}
}
//-->
</script></a>

感謝 rail02000 前輩提供 ...

發表人:  rail02000 [ 2007-06-02, 20:58 ]
文章主題 : 

那個其實是加入側邊欄的語法
(其實我是從柏強大哥那裡複製的 :oops:

1 頁 (共 1 頁) 所有顯示的時間為 UTC + 8 小時
Powered by phpBB® Forum Software © phpBB Group
https://www.phpbb.com/