Discussion Board
"make a call" link
2002-11-20, 10:00
#1
Registered User
hi
How do I create a link with the text "Call this number"...
I want to link a specific number to the "use number function" because there are other numbers to chose from in the wml page
/erik
RE: "make a call" link
2002-11-21, 08:58
#2
Regular Contributor
Hi!
You can use WTAI Public Library MakeCAll function. Here is a simple code example:
<wml>
<template>
<do type="prev">
<prev/>
</do>
</template>
<card id="te" title="Make call URI">
<do type="accept" name="d2" label="Show Result">
<refresh><setvar name="blah" value="$(result:noesc)"/></refresh>
</do>
<do type="accept" name="d3" label="Clear Result">
<refresh><setvar name="blah" value=""/></refresh>
</do>
<p>
<a href="wtai://wp/mc;+35812345678!result">Call me!</a>
</p>
</card>
</wml>
Kind regards,
Satu/Forum Nokia Developer Support
Posting Permissions
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
Forum Rules