備忘録
全角入力を禁止する(IE専用)
inputのstyle属性で
ime-mode:disabled
を記述する。
サンプル
ソース
<input type="text" name="test" maxlength=10 style ="ime-mode:disabled">
次の投稿
前の投稿
ホーム