accesskey 사용 하는법즘 알려주세요/ 정보
accesskey 사용 하는법즘 알려주세요/
본문
그누보드는 기본적으로 글쓰기 버튼에
accesskey='s'라는 것이 지정되어있어 알트+S를 누를경우 버튼이 눌러 집니다.
accesskey를 어떻게 쓰는지 또한
이렇게 작성했을때
알트+g를 눌렀을때 포커스이동뿐만아니라 실행 하는 방법 없을까요?
accesskey='s'라는 것이 지정되어있어 알트+S를 누를경우 버튼이 눌러 집니다.
accesskey를 어떻게 쓰는지 또한
이동하랏!
이렇게 작성했을때
알트+g를 눌렀을때 포커스이동뿐만아니라 실행 하는 방법 없을까요?
댓글 전체

참고로 accesskey가 인풋에 들어갈경우는 실행이 됩니다.
이미지를 모두 인풋으로 바꿔 버릴까...
결국 <input type="image" src="sir_logo.gif" onClick="window.location='http://sir.co.kr'" accesskey="s">
이런식으로 하는중이라는..
이미지를 모두 인풋으로 바꿔 버릴까...
결국 <input type="image" src="sir_logo.gif" onClick="window.location='http://sir.co.kr'" accesskey="s">
이런식으로 하는중이라는..

냠냠 감사합니다. ~_~
<style><!--.hx {position:absolute; left:0px; top:0px; width:0px; height: 0px;z-index:-1;}--></style>
<div class=hx>
<input type="radio" class=hx Accesskey="a" OnClick="window.location.href='http://k //';">
<input type="radio" class=hx Accesskey="q" OnClick="window.location.href='http:// .php';">
<input type="radio" class=hx Accesskey="x" OnClick="window.location.href='http:// m/wow/';">
<input type="radio" class=hx Accesskey="z" OnClick="window.location.href='http:// /bbs/new.php';">
<input type="radio" class=hx Accesskey="c" OnClick="window.open('http://kr.wowarmory.com/','wowarmory','width=1040,height=400,status=no,resizable=yes,scrollbars=yes,toolbars=yes')">
</div>
제가 쓰는거에요
<style><!--.hx {position:absolute; left:0px; top:0px; width:0px; height: 0px;z-index:-1;}--></style>
<div class=hx>
<input type="radio" class=hx Accesskey="a" OnClick="window.location.href='http://k //';">
<input type="radio" class=hx Accesskey="q" OnClick="window.location.href='http:// .php';">
<input type="radio" class=hx Accesskey="x" OnClick="window.location.href='http:// m/wow/';">
<input type="radio" class=hx Accesskey="z" OnClick="window.location.href='http:// /bbs/new.php';">
<input type="radio" class=hx Accesskey="c" OnClick="window.open('http://kr.wowarmory.com/','wowarmory','width=1040,height=400,status=no,resizable=yes,scrollbars=yes,toolbars=yes')">
</div>
제가 쓰는거에요