
Wireless Telephony Applications (WTA)
Issue 1 April 2005 89
Click-to-dial using <anchor> tag:
<?xml version=”1.0”?>
<!DOCTYPE wml PUBLIC “-//WAPFORUM//DTD WML 1.3//EN”
“http://www.wapforum.org/DTD/wml13.dtd”>
<wml>
<card id=”callid2” title=”Using anchor tag”>
<p>
<p align=”center”>***Customer Service***</p>
Your order will ship in 3-5 days.
If you have any questions, then
<anchor>Call us
<go href=”wtai://wp/mc;5551212”/>
</anchor>
</p>
</card>
</wml>
The generated code is rendered as the following diagram:
Web: Using anchor tag
***Customer Service***
Your order will ship in 3-5 days.
If you have any questions, then
Call us
.
.
....
Kommentare zu diesen Handbüchern