Mobile Programming
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
Go Back   Dev Shed ForumsProgramming Languages - MoreMobile Programming

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
  #1  
Old May 6th, 2004, 06:21 PM
gremin gremin is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: May 2004
Posts: 1 gremin User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
phone number links in WAP pages

Hi There, is there a way to put a phone number in a WAP page so that the phone will dial it when clicked on?

We are doing an online WAP phone directory for a client and it would be great to be able to click a link to dial the phone...

Ta, Simon

Reply With Quote
  #2  
Old May 11th, 2004, 12:07 AM
andymoo's Avatar
andymoo andymoo is offline
Timelord
Dev Shed Novice (500 - 999 posts)
 
Join Date: Oct 2003
Location: Loughborough, Leicestershire
Posts: 605 andymoo User rank is Second Lieutenant (5000 - 10000 Reputation Level)andymoo User rank is Second Lieutenant (5000 - 10000 Reputation Level)andymoo User rank is Second Lieutenant (5000 - 10000 Reputation Level)andymoo User rank is Second Lieutenant (5000 - 10000 Reputation Level)andymoo User rank is Second Lieutenant (5000 - 10000 Reputation Level)andymoo User rank is Second Lieutenant (5000 - 10000 Reputation Level)andymoo User rank is Second Lieutenant (5000 - 10000 Reputation Level) 
Time spent in forums: 4 Days 5 h 53 m 46 sec
Reputation Power: 64
__________________
Andy Moore << oh no it's got a blog.....
Word Press WAP Plugin with Ad Mob Advertising revenue
PHP developer
deploying ringtones, mp3 downloads and realtones
I'm a geek who's obsessed with stats and gadgets

Reply With Quote
  #3  
Old June 24th, 2004, 10:39 PM
ziphem ziphem is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Mar 2004
Posts: 22 ziphem User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 20 m 13 sec
Reputation Power: 0
What I've used...

What I've used has been:

<anchor title="XXX-XXX-XXXX">Call me!
<go href="wtai://wp/mc;XXXXXXXXXX">
<setvar name="var_name" value="var_value"/>
</go>
</anchor>

where X = the phone number. It's been a while, but last time I tried it, it worked....

Reply With Quote
  #4  
Old June 12th, 2007, 06:34 AM
dev_84 dev_84 is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jun 2007
Posts: 2 dev_84 User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 32 m 52 sec
Reputation Power: 0
Can this be done in XHTML??

Hi,

I have a WAP site setup using XHTML and I want to have this phone number thing available. Does anyone know how this can be done with XHTML??

Appreciate any help available.

Thanks in advance.

Reply With Quote
  #5  
Old June 13th, 2007, 08:05 AM
jabba_29's Avatar
jabba_29 jabba_29 is offline
Back in HEL
Click here for more information.
 
Join Date: Feb 2002
Location: Finland
Posts: 8,912 jabba_29 User rank is General 11st Grade (Above 100000 Reputation Level)jabba_29 User rank is General 11st Grade (Above 100000 Reputation Level)jabba_29 User rank is General 11st Grade (Above 100000 Reputation Level)jabba_29 User rank is General 11st Grade (Above 100000 Reputation Level)jabba_29 User rank is General 11st Grade (Above 100000 Reputation Level)jabba_29 User rank is General 11st Grade (Above 100000 Reputation Level)jabba_29 User rank is General 11st Grade (Above 100000 Reputation Level)jabba_29 User rank is General 11st Grade (Above 100000 Reputation Level)jabba_29 User rank is General 11st Grade (Above 100000 Reputation Level)jabba_29 User rank is General 11st Grade (Above 100000 Reputation Level)jabba_29 User rank is General 11st Grade (Above 100000 Reputation Level)jabba_29 User rank is General 11st Grade (Above 100000 Reputation Level)jabba_29 User rank is General 11st Grade (Above 100000 Reputation Level)jabba_29 User rank is General 11st Grade (Above 100000 Reputation Level)jabba_29 User rank is General 11st Grade (Above 100000 Reputation Level)jabba_29 User rank is General 11st Grade (Above 100000 Reputation Level)  Folding Points: 57777 Folding Title: Beginner FolderFolding Points: 57777 Folding Title: Beginner FolderFolding Points: 57777 Folding Title: Beginner Folder
Time spent in forums: 3 Months 4 Weeks 1 Day 13 h 4 m 29 sec
Reputation Power: 1693
Send a message via ICQ to jabba_29 Send a message via AIM to jabba_29 Send a message via MSN to jabba_29 Send a message via Yahoo to jabba_29 Send a message via Google Talk to jabba_29 Send a message via Skype to jabba_29
Facebook
Similar..
PHP Code:
http://www.craic.com/mobile/ora/cafe_location_xhtml_listing.html
<p align="center">Phone
   <
a href="wtai://wp/mc;2065551212">206-555-1212</a><br/>
   <
a href="wtai://wp/ap;2065551212;Rob's_Cafe">Add to Your Contacts</a>
</
p
Try that...
__________________
Cheers,

Jamie

# mdb4u | mobile movie database] | Please help to test and promote
# skiFFie | Home of the 'accessibility module' for Drupal
# Jamie Burns [me] Accessibility Module [drupal]
# guidelines | search | wap resources | not getting help | fold to cure

__________________

Let the might of your compassion arise to bring a quick end
to the flowing stream of the blood and tears .....
Please hear my anguished words of truth.



__________________

Reply With Quote
  #6  
Old September 26th, 2007, 10:03 AM
msolution msolution is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Dec 2006
Posts: 10 msolution User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 1 h 35 m 24 sec
Reputation Power: 0
on other forum i read :
<a href="tel:XXXXXX">Call</a>

so which should we use to get best results!

and if we use something like:
<a href="wtai://wp/mc;2065551212" href="tel:2065551212">206-555-1212</a><br/>


what will it do, .... logically either of the tags should fail gracefully, and the other should work!

practically any inputs?

M.

Reply With Quote
  #7  
Old September 26th, 2007, 10:40 AM
andymoo's Avatar
andymoo andymoo is offline
Timelord
Dev Shed Novice (500 - 999 posts)
 
Join Date: Oct 2003
Location: Loughborough, Leicestershire
Posts: 605 andymoo User rank is Second Lieutenant (5000 - 10000 Reputation Level)andymoo User rank is Second Lieutenant (5000 - 10000 Reputation Level)andymoo User rank is Second Lieutenant (5000 - 10000 Reputation Level)andymoo User rank is Second Lieutenant (5000 - 10000 Reputation Level)andymoo User rank is Second Lieutenant (5000 - 10000 Reputation Level)andymoo User rank is Second Lieutenant (5000 - 10000 Reputation Level)andymoo User rank is Second Lieutenant (5000 - 10000 Reputation Level) 
Time spent in forums: 4 Days 5 h 53 m 46 sec
Reputation Power: 64
well neither are officially supported in any of the specifications so there's no right or wrong answer to that question.

i tend to use wtai on my old wap - wml sites and tel on my new mobile-web xhtml sites. tel is easier to type!

some handsets will work with both, some one or the other and some will do nothing. that's mobile though....

edit - but if you do <a href="" href=""> you'll be writing screwed up markup...............
Comments on this post
jabba_29 agrees: Hello stranger

Reply With Quote
  #8  
Old September 27th, 2007, 06:48 AM
msolution msolution is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Dec 2006
Posts: 10 msolution User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 1 h 35 m 24 sec
Reputation Power: 0
ok,.... so i go for wtai for wml and tel for xHtml?

so which side does cHTML take???
guessing japanese should follow tel:,
but u never can be sure,
they may just invent something like cTel:

yep, href="" href="" does seem jumbled,
but the idea seems cool,.... play with what u like u phone !

Hi jabba_29

Reply With Quote
  #9  
Old October 13th, 2007, 06:32 AM
msolution msolution is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Dec 2006
Posts: 10 msolution User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 1 h 35 m 24 sec
Reputation Power: 0
Found it!

looking for more info came accross this 3.3, seems cHTML does follow "tel:"
atleast one format is sensible enough to officially support it!!!

http://www.nttdocomo.co.jp/english/service/imode/make/content/html/outline/s3.html

Reply With Quote
Reply

Viewing: Dev Shed ForumsProgramming Languages - MoreMobile Programming > phone number links in WAP pages


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump


Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 1 hosted by Hostway
Stay green...Green IT