Writing /volume1/Web/Public/dokuwiki/data/log/deprecated/2024-11-15.log failed
差分
このページの2つのバージョン間の差分を表示します。
両方とも前のリビジョン前のリビジョン次のリビジョン | 前のリビジョン | ||
study:javascript:dojo:prevent_paste [2009/07/08 03:06] – banana | study:javascript:dojo:prevent_paste [2010/03/19 15:15] (現在) – banana | ||
---|---|---|---|
行 9: | 行 9: | ||
<!-- | <!-- | ||
function onKeypress(e) { | function onKeypress(e) { | ||
- | | + | var keycode = (e.which)? e.which: |
if (e) { // Mozilla(Firefox, | if (e) { // Mozilla(Firefox, | ||
- | keycode = e.charCode; | ||
ctrl = typeof e.modifiers == ' | ctrl = typeof e.modifiers == ' | ||
} else { // Internet Explorer | } else { // Internet Explorer | ||
- | keycode = event.keyCode; | ||
ctrl = event.ctrlKey; | ctrl = event.ctrlKey; | ||
} | } | ||
行 94: | 行 92: | ||
===== reference ===== | ===== reference ===== | ||
- | - [[http:// | + | - [[http:// |
- | - [[http:// | + | - [[http:// |