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

From: Juergen Specht <js_at_nooper.com>
Date: 01/12/01
Message-ID: <3627764302.20010112235525@nooper.com>
> <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?

This can not work, it's against the specifications. You only
can use the standard button or an image as a button like this:
<INPUT type="image" name="Submit" src="image.gif" width="12"
height="12" border="0" alt="Submit">

Good luck!

Juergen
--
Juergen Specht - <js@nooper.com> - Nooper.com - Mobile Services
                 http://nooper.co.jp/showcase/



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