03-26-2009 05:38 AM
Im working on a wap project to develop mobile web pages. I have some issues in assigning shortcut keys for frequently used links. For instance, where the user will have a list of links to navigate. If the user hits "1" of the keypad, the BB browser should take the user to "page1.htm" directly. Say keypress of '2' BB browser should lead the user to page2.htm and so on.
This is how i have coded for the html page but doesn't seem to be working.
<a accesskey="1" href="page1.htm">Page 01</a>
How do i assign shortcut key for webpages designed specifically for BB? I also want to test the assesskey functionality in BB simulator. My targetted versions are BB8830,BB8820 and storm. IS THAT POSSIBLE ?
Thanks in advance.
03-26-2009 06:20 AM
03-26-2009 06:55 AM - edited 03-26-2009 07:06 AM
Thanks Xandrex. Is there any work around for this functionality? Becos 70% of our users still have 8830/8820 and we would like to provide some feature like accesskey for quick navigation between pages with single click. Any suggestions. Appreciate your help.
03-26-2009 10:25 AM