키보드의 A키를 누르면 스크립트하우스 홈페이지로 이동합니다 [Ctrl A 모두 선택 참고: 외부 J를 도입해야 하는 경우 실행하려면 새로 고쳐야 합니다 ] <!-- var hotkey=97 var destination="http://www.jb51.net" 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("回车"); } } -->