Discussion Board
Two questions
2002-08-30, 16:33
#1
Registered User
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
RE: Two questions
2002-09-03, 10:57
#2
Regular Contributor
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
RE: Two questions
2002-09-03, 11:18
#3
Registered User
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
Forum Rules