(keitai-l) Re: Is it possible to limit user input to numerals on iMode and Jphone?

From: Plunkett, Sinead <S.Plunkett_at_emuse-tech.com>
Date: 08/29/02
Message-ID: <5FE418B3F962D411BED40000E818B33C3CCBC6@HASSLE>
There is an <istyle attribute> supported by 501/502i phones, is this =
what
you mean:???

Description:
=B7	istyle was added as an attribute for INPUT type=3D "text and =
TEXTAREA
tags.=20
=B7	This attribute sets the default character input mode (alphabetic,
numeric, etc.)=20
=B7	The following is the correspondence table for attribute values and
input modes.=20



Attribute value	Mode 1(When in kana input mode) 	Mode 2(When in pager
message input mode)=20
1	Full-space kana	Full-space characters
2	Half-space kana	Half-space characters
3	Alphabetic	Half-space characters (Lower case recommended)=20
4	Numeric	Half-space characters (Numeric recommended)=20
=B7	The default attribute value is 1.=20
=B7	When a value other than 1-4 is selected, the default attribute =
value
of 1 will be used.=20
=B7	When no applicable input mode is found in Mode 2, the half-space
character input mode will be used.
Note:
=B7	istyle attribute is not applicable to INPUT type=3D"password," =
whose
input mode is always fixed at numeric.=20
=B7	istyle will not be recognized by i-mode terminals that do not
support the attribute.=20




Source Code:
(To set the input mode to alphabetic)
<HTML><HEAD><TITLE>istyle</TITLE></HEAD><BODY>
e-mail address registration<BR><BR>
<FORM method=3D"get" action=3D"test.cgi">
MAIL ADDRESS<BR>
<INPUT type=3D"text" name=3D"aaa" value=3D"@docomo.ne.jp" istyle=3D"3" =
size=3D14
maxlength=3D20><BR><BR>
<INPUT type=3D"submit" name=3D"send" value=3D"SEND">
<INPUT type=3D"reset" value=3D"CANCEL"><BR>
</FORM>
</BODY></HTML>

Screen image:

=20

=B7	The input mode may appear at a different location depending on the
i-mode terminal.




Hope this helps,
Sinead





-----Original Message-----
From: Thomas O'Dowd [mailto:tom@nooper.com]
Sent: 28 August 2002 12:54
To: keitai-l@appelsiini.net
Subject: (keitai-l) Re: Is it possible to limit user input to numerals
on iMode and Jphone?



It doesn't have that feature as far as I am aware. Only option is to
check the data server side.

Tom.

On Thu, 2002-08-29 at 02:34, jdean wrote:
> Hi=20
>=20
> I'm trying to limit user input on iMode and Jphone phones too fill in =
an
> input field with numerals.
>=20
> Currently we have the following code...
>=20
> On imode
>=20
> <input type=3D"text" name=3D"phone" maxlength=3D"11" =
value=3D'12345678987'
> istyle=3D'4'>
>=20
> On Jphone
>=20
> <input type=3D"text" name=3D"phone" maxlength=3D"11" =
value=3D'12345678987'
> mode=3D"numeric">
>=20
> =20
>=20
> But the user is still able to change their input style to "kanji" =
mode
> or "katakana" mode.
>=20
> Any ideas?
>=20
> Jonathan
>=20
>=20
>=20
>=20
> This mail was sent to address tom@nooper.com
> Need archives? How to unsubscribe? =
http://www.appelsiini.net/keitai-l/=20
>=20
--=20
Thomas O'Dowd. - Nooping - http://nooper.com
tom_at_nooper.com - Testing - http://nooper.co.jp/labs


This mail was sent to address s.plunkett@emuse.ie
Need archives? How to unsubscribe? http://www.appelsiini.net/keitai-l/=20
Received on Thu Aug 29 16:46:52 2002