Hi,
I'm trying to define an input field that should accept numeric value in length upto 12 digits.
I've tried adding format="*N" style="-wap-input-format:*N" to the input tag but this did not work.
Any ideas ???
you should use style sheet, but there is limitations, like valid values are only from "1N" to "9N" in case of numerics.
.format_9n { -wap-input-format: "9n" }
However, if the author wants to implement 10 numeric chars, it can be achieved by using format "NNNNNNNNNN" (type N ten times).
Since I need a numeric value up to 12 digits, i've tried using the "*n" value. It does not work (when striking a key in the field, an alphabetic char is prompted).
I have tried, and tried and tried implementing all the things mentioned above. But let's face it numeric input does not seem to work for me and the Nokia 3650. :-(
I have attached a simple xhtml page containing the code. I can't see anything wrong with it, maybe one of you can?
But the fact is that Nokia 3650 phone will not change the text input to numeric input.