I have a Motorola T720 phone. Does anyone know if it is possible to
dial a number from the browser with this phone? I've tried
<Mobile:PhoneCall>, but either my phone doesn't support it or I'm
doing something wrong. Any hints would be appreciated!
Thanks!
Brad.
After more experimentation, I was able to create a simple HTML (WML,
actually, though an htm suffix works fine) page that did exactly what
I wanted. I realize that I could recreate this page manually using
.NET, but it seems to me that would miss the point and all of the
benefit of using .NET. So, can someone tell me how to get an ASP.NET
page to translate into the following on my phone?
--------------------------------------------------
<?xml version='1.0' ?>
<!DOCTYPE wml PUBLIC '-//WAPFORUM//DTD WML 1.1//EN'
'http://www.wapforum.org/DTD/wml_1.1.xml'>
<wml>
<head>
<meta http-equiv="Cache-Control" content="max-age=0" />
</head>
<card>
<a href="wtai://wp/mc;18005555555" title="John">John</a>
<br/>
<a href="wtai://wp/mc;18005551212" title="Jane">Jane</a>
</card>
</wml>
--------------------------------------------------
Thanks!
Brad.
>I have a Motorola T720 phone. Does anyone know if it is possible to
>dial a number from the browser with this phone? I've tried
[quoted text clipped - 3 lines]
>Thanks!
>Brad.