語法展示::  http://home.graffiti.net/jjdjhdfhf/


請用IE6.0或更新版本觀看語法特效展示

將以下程式碼複製,貼在<body>及</body>標籤之間。


<script language="JavaScript">
<!--
var destination="http://blog.pixnet.net/como0925"
var hotkey=42
if (document.layers)
document.captureEvents(Event.KEYPRESS)
function backhome(e){
if (document.layers){
if (e.which==hotkey)
window.location=destination
}
else if (document.all){
if (event.keyCode==hotkey)
window.location=destination
}
}
document.onkeypress=backhome
-->
</script>


var destination="http://www.yam.com/" 中修改熱鍵輸入正確後連結的網址
var hotkey=42 中修改所使用的按鍵

arrow
arrow
    全站熱搜

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