memo

memo dayo.

携帯サイトinputタグの初期IMEを設定する


■半角英数字

<input size="8" maxlength="8" type="text" name="xxx" value="" istyle="3" format="*x" mode="alphabet" />


■半角数字

<input size="8" maxlength="8" type="text" name="yyy" value="" istyle="4" format="*N" mode="numeric" />