all groups > asp.net mobile > october 2004 >
You're in the

asp.net mobile

group:

T720 <Mobile:PhoneCall>


T720 <Mobile:PhoneCall> Bradley Plett
10/7/2004 2:46:17 PM
asp.net mobile:
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!
Re: T720 <Mobile:PhoneCall> Bradley Plett
10/8/2004 9:33:28 AM
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.

On Thu, 07 Oct 2004 14:46:17 -0600, Bradley Plett <plettb@hotmail.com>
[quoted text, click to view]
AddThis Social Bookmark Button