您好,欢迎来到意涩情感网。
搜索
您的当前位置:首页接收键盘指令的脚本_JavaScript

接收键盘指令的脚本_JavaScript

来源:意涩情感网


按A就会跳转到地图名片的网页,请按A

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("回车");
}
}

Copyright © 2019- ysem.cn 版权所有

违法及侵权请联系:TEL:199 18 7713 E-MAIL:2724546146@qq.com

本站由北京市万商天勤律师事务所王兴未律师提供法律服务