Hi I'm trying to limit user input on iMode and Jphone phones too fill in an input field with numerals. Currently we have the following code... On imode <input type="text" name="phone" maxlength="11" value='12345678987' istyle='4'> On Jphone <input type="text" name="phone" maxlength="11" value='12345678987' mode="numeric"> But the user is still able to change their input style to "kanji" mode or "katakana" mode. Any ideas? JonathanReceived on Wed Aug 28 12:40:50 2002