Is there a standard way to dial a number using WML/WMLscript or, alternately, a Nokia-specific function. We wish to transfer a list of phone numbers to the users phone via WAP. The user should be able to dial these numbers without typing them manually
RE: How to dial a number from a WAP page / Use number feature
2001-11-08, 14:25#2
If you do have number strings on your wml deck then you can find a "use number" function from the options menu. This feature finds the number strings from the deck and you can then use them.
RE: How to dial a number from a WAP page / Use number feature
2002-06-18, 15:30#3
sample:
<?xml version="1.0"?>
<!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.3//EN" "http://www.wapforum.org/DTD/wml13.dtd">
<!-- If WML 1.1 or 1.2 features are required, then use one of the following DOCTYPE instead:
<!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.1//EN" "http://www.wapforum.org/DTD/wml_1.1.xml">
<!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.2//EN" "http://www.wapforum.org/DTD/wml12.dtd">
-->
<wml>
<!-- Possible <head> element here. -->
<card>
<p>
<a href="wtai://wp/mc;62326">Call Now</a></p>
</card>
</wml>