その場合は以下のように指定すればOK!
半角英字のみを入力許可
<input type="text" name="f2" value="" size="10" maxlength="128" istyle="3" format="*x" mode="alphabet" style="ime-mode:inactive;" />
半角数字のみを入力許可
<input type="text" name="f3" value="" size="10" maxlength="128" istyle="4" format="*N" mode="numeric" style="ime-mode:inactive;"/>



