[HTML/CSS]ケータイサイト(携帯サイト/ガラケーサイト)のテキストボックスの入力文字種を指定する方法 EZweb au端末

・format属性を使う。* アスタリスクは文字数制限なしの意味。
format=”*A”    半角英字(大文字)モード
format=”*a”    半角英字(小文字)モード
format=”*N”    半角数字モード
format=”*X”    半角英数(大文字)モード
format=”*x”    半角英数(小文字)モード
format=”*M”    全角かなモード
format=”*m”    全角英字モード

 

[参考]
http://www.plusmb.jp/2008/10/24/948.html
http://www.abe-tatsuya.com/web_prog/mobile_web/input_attributes.php