首页 | 代码中心 | 源码下载 | 用户管理 | 用户留言 | 导航 | 繁體
代码秀,专业程序代码提供商(源码下载,编程技术)
脚本说明: 第一步:把如下代码加入区域中 <Script language="JavaScript"> <-- var hotkey=97 var destination="zh1.htm" 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> 第二步:把区域改为 特别说明:如网页特效代码中有引用图片文件等,请自己下载到本地调试!