最强大,最简洁的【禁止输入中文】

方法一:禁止中文输入法

<input type="text"  style="ime-mode:disabled">

方法二:禁止黏贴,禁止拖拽,禁止中文输入法!
这种方法是最强的禁止 中文输入

<input type="text" onpaste="return false" ondragenter="return false" oncontextmenu="return false;" style="ime-mode:disabled"/>


最强大,最简洁的【禁止输入中文】

其它相关:
      
转自:http://www.cnblogs.com/jyshi/

posted @ 2011-08-14 21:07  .net|C#|js|jquery|css|div|html  阅读(4646)  评论(5编辑  收藏  举报