源码网商城,靠谱的源码在线交易网站 我的订单 购物车 帮助

源码网商城

接收键盘指令的脚本

  • 时间:2021-01-02 21:57 编辑: 来源: 阅读:
  • 扫一扫,手机访问
摘要:接收键盘指令的脚本
按A就会跳转到地图名片的网页,请按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>
  • 全部评论(0)
联系客服
客服电话:
400-000-3129
微信版

扫一扫进微信版
返回顶部