・format属性を使う。* アスタリスクは文字数制限なしの意味。
format=”*A” 半角英字(大文字)モード
format=”*a” 半角英字(小文字)モード
format=”*N” 半角数字モード
format=”*X” 半角英数(大文字)モード
format=”*x” 半角英数(小文字)モード
format=”*M” 全角かなモード
format=”*m” 全角英字モード
|
1 2 3 4 |
<form action="#"> <input type="text" format="*N" value="" name="" id="" /> <input type="text" format="3N" value="" name="" id="" /> </form> |
[参考]
http://www.plusmb.jp/2008/10/24/948.html
http://www.abe-tatsuya.com/web_prog/mobile_web/input_attributes.php
この記事を書いた人
新着記事
2015.11.27Illustrator[Mac]IllustratorのカラーモードをRGBへ変更する方法
2015.11.27IllustratorIllustratorのカラーモードをRGBへ変更する方法
2015.11.26Illustrator[Mac]IllustratorのカラーモードをCMYKへ変更する方法
2015.11.25IllustratorIllustratorのカラーモードをCMYKへ変更する方法