亚洲乱码中文字幕综合,中国熟女仑乱hd,亚洲精品乱拍国产一区二区三区,一本大道卡一卡二卡三乱码全集资源,又粗又黄又硬又爽的免费视频

一些很實(shí)用且必用的小腳本代碼第3/5頁

 更新時(shí)間:2006年08月12日 00:00:00   作者:  

腳本14:接收鍵盤指令的腳本




按A就會(huì)跳轉(zhuǎn)到地圖名片的網(wǎng)頁,請(qǐng)按A
<SCRIPT language="JavaScript">
<!--
var hotkey=97
var destination="http://mc.mapabc.com"
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

 

onkeydown="javascript:onenter();"

function onenter(){
 if(event.keyCode==13){
alert("回車");
}
}
</SCRIPT>


function onenter(){
 if(event.keyCode==13){
alert("回車");
}
}
</SCRIPT>


onkeydown="javascript:onenter();"

function onenter(){
 if(event.keyCode==13){
alert("回車");
}
}
</SCRIPT>


function onenter(){
 if(event.keyCode==13){
alert("回車");
}
}
</SCRIPT>




onkeydown="javascript:onenter();"

function onenter(){
 if(event.keyCode==13){
alert("回車");
}
}
</SCRIPT>


function onenter(){
 if(event.keyCode==13){
alert("回車");
}
}
</SCRIPT>


onkeydown="javascript:onenter();"

function onenter(){
 if(event.keyCode==13){
alert("回車");
}
}
</SCRIPT>


function onenter(){
 if(event.keyCode==13){
alert("回車");
}
}
</SCRIPT>

相關(guān)文章

最新評(píng)論