
Wireless Telephony Applications (WTA)
Issue 1 April 2005 91
Click-to-dial using <do> tag (softkey):
<?xml version=”1.0”?>
<!DOCTYPE wml PUBLIC “-//WAPFORUM//DTD WML 1.3//EN”
“http://www.wapforum.org/DTD/wml13.dtd”>
<wml>
<card id=”callid4” title=”Click-to-Dial Demo”>
<p>
Please contact us for more information.
</p>
<do type=”accept” label=”Call Us” name=”dotag1”>
<go href=”wtai://wp/mc;+18005552525”/>
</do>
</card>
</wml>
The generated code is rendered as the following diagram:
The code is implemented as a Call Us softkey, indicating the softkey is a “click-to-dial” number.
When the user selects this link, the phone dials the string “18005552525” or any number that
follows a semicolon in the WTAI code.
Web: Click-to-Dial Demo
.
.
.
&DOO8V
Please contact us for more information.
Komentáře k této Příručce