close

簡單語法

按右鍵變成加入我的最愛

//以下為按右鍵變成加入最愛
function click() {
if (event.button==2) {
window.external.addFavorite('http://你的網址','網站名稱')
}
}
document.onmousedown=click
</SCRIPT>

重新整理 語法
按鈕 :

<form name="frmReload">
<input type="button" value="Reload" onclick="location.reload()">
</form>

文字 :

<A href="javascript:location.reload()">重新整理</A>


重新整理

 

設定為首頁語法 
按鈕 :
複製到<boby>之內
<FORM>
<INPUT TYPE="button" VALUE=" 設定為首頁 " onclick="this.style.behavior='url(#default#homepage)';this.setHomePage('http://www.htmlplus.net');" href="#">
</FORM>

文字 :
複製到<boby>之內
<a onclick="this.style.behavior='url(#default#homepage)';this.setHomePage('http://www.htmlplus.net');" href="#">設定為首頁</a>



設定為首頁

 

 

arrow
arrow
    全站熱搜
    創作者介紹
    創作者 txreformer 的頭像
    txreformer

    the Peculiar Circumstances Witnessed=目睹之怪現狀

    txreformer 發表在 痞客邦 留言(0) 人氣()