■ 控制碼內容:
<SCRIPT language=JavaScript>
1.按滑鼠右鍵後會顯示加入最愛對話框
將下面複製至 <body> 標籤後
if (navigator.appName.indexOf('Internet Explorer') != -1)
document.onmousedown = noSourceExplorer;
function noSourceExplorer(){
if (event.button == 2 | event.button == 3){
window.external.addFavorite('http://java.love12.tw/','* 寄情築園爪哇語法區 *');
}
}
</SCRIPT>
2.因滑鼠右鍵無法使用,請使用Ctrl+C鍵複製控制碼內容