Discussion Board

Results 1 to 3 of 3

Thread: Two questions

  1. #1
    Registered User alexma's Avatar
    Join Date
    Mar 2003
    Posts
    2
    When I first use Nokia 8390, I'm very exciting. However, I got two questions about its new feature.

    1. What is Direct input access? How to use it?

    2. Accesskey is a good feature. However, I found it cannot work. The wml as followed:

    <?xml version="1.0"?>
    <!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.3//EN" "http://www.wapforum.org/DTD/wml13.dtd">

    <wml>
    <head>
    <meta forua="true" http-equiv="Cache-Control" content="max-age=2"/>
    </head>

    <card id="menu">
    <p align="left">SellPhone</p>
    <p><a Accesskey="1" href="tbz.asp">1 Today's Biz</a></p>
    <p><a Accesskey="2" href="tbz.asp">2 Quick search</a></p>
    <p><a Accesskey="3" href="tbz.asp">3 New Contact</a></p>
    <p><a Accesskey="4" href="tbz.asp">4 Leads</a></p>
    <p><a Accesskey="5" href="tbz.asp">5 Listings</a></p>

    </card>

    </wml>

    When I pressed numeric 1, 2, ..., nothing happened.

    Are you guys kind to give me some ideas?

    Thanks in advance.
    Alex

  2. #2
    Regular Contributor Satu's Avatar
    Join Date
    Mar 2003
    Posts
    466
    Hello!

    Direct input means that the user can start typing in text to an input field when the input field is active. The edit box is opened automatically when the first character is entered.

    You should be able to use accesskeys when defined like this:

    <a accesskey="2" href="page2.wml">(2)a </a>

    In this case a long press of 2-key will direct the user to the page called page2.wml.

    Kind regards,
    Satu/Forum Nokia Developer Support

  3. #3
    Registered User DennisWAP's Avatar
    Join Date
    Mar 2003
    Posts
    13
    WML is case sensitive. Therefor you should try this:

    <a href="tbz.asp" accesskey="1">1 Today's Biz</a>

    Hope it works.

    Dennis

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Nokia Developer aims to help you create apps and publish them so you can connect with users around the world.

京ICP备05048969号  © Copyright Nokia 2013 All rights reserved