(keitai-l) Displaying access keys in form buttons on I-mode devices

From: Matt Gibson <matt.gibson_at_businessobjects.com>
Date: 01/12/01
Message-ID: <DDF8255AC466D311A14B0008C7EBBCCB02E95830@exch-fra-lv03.businessobjects.com>
Hi.

Does anyone know how to display access keys on form buttons ?

The following code displays a nicely-formatted 1,2 and 3 in the link when
viewed on eg. a NetFront browser. ( By 'nicely-formatted', I mean that the
number appears inside a circle which looks like it's superimposed upon the
link ).

<A href="link1" accesskey="1">&#63879; Link1</A><BR>
<A href="Link2" accesskey="2">&#63880; Link2</A><BR>
<A href="Link3" accesskey="3">&#63881; Link3</A><BR>

However, the following code does not display the same nicely formatted "1"
on the form button. 

<FORM name="OpenPage" method="post" action="page.asp">
<INPUT type="Submit" name="Submit" value="&#63879; Open Page" accesskey="1">
</FORM>

Has anyone out there tried this and found a solution?

Regards,

Matt

[ Did you check the archives?   http://www.appelsiini.net/keitai-l/ ]
Received on Fri Jan 12 14:34:48 2001