Go Back   CodingForums.com > :: Client side development > HTML & CSS

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 07-07-2010, 04:04 PM   PM User | #1
njb
New Coder

 
Join Date: Sep 2005
Posts: 28
Thanks: 0
Thanked 0 Times in 0 Posts
njb is an unknown quantity at this point
Need Simple Hyperlink For Autodial

Hi,
I am designing a mobile website for our services and need a simple hyperlink that a user can click on and it will automatically dial the phone number number. Similar in concept to when you have an email link on your site that someone clicks and they can send you an email. I am very new at this, so if this is a naive question, please be patient with me.

Thanks in advance
njb
njb is offline   Reply With Quote
Old 07-07-2010, 08:07 PM   PM User | #2
byuhobbes85
Regular Coder

 
byuhobbes85's Avatar
 
Join Date: Oct 2006
Location: Ames, Iowa, USA
Posts: 116
Thanks: 9
Thanked 4 Times in 4 Posts
byuhobbes85 is an unknown quantity at this point
This type of functionality is not built into web browsers by default. Programs like Skype will often have plugins that recognize phone numbers and create links to dial them in Skype. However, without a plugin for a special program like Skype, I'm not sure it's possible to do what you're asking.
__________________
-- </byuhobbes>
byuhobbes85 is offline   Reply With Quote
Old 07-08-2010, 01:36 PM   PM User | #3
njb
New Coder

 
Join Date: Sep 2005
Posts: 28
Thanks: 0
Thanked 0 Times in 0 Posts
njb is an unknown quantity at this point
Thanks, byuhobbes85, for such a quick response. The mobile website is geared for Iphone and Smartphone users, and I was hoping that there was some way that by clicking on the link it would automatically dial my number. If that is not possible, I will just list the number.

I appreciate your feedback
njb is offline   Reply With Quote
Old 07-08-2010, 02:12 PM   PM User | #4
byuhobbes85
Regular Coder

 
byuhobbes85's Avatar
 
Join Date: Oct 2006
Location: Ames, Iowa, USA
Posts: 116
Thanks: 9
Thanked 4 Times in 4 Posts
byuhobbes85 is an unknown quantity at this point
I've never done any development for mobile devices, but I doubt what you're looking for is available. Specific devices may have a way of doing it, but I don't think there is any cross-platform solution.
__________________
-- </byuhobbes>
byuhobbes85 is offline   Reply With Quote
Old 07-08-2010, 09:09 PM   PM User | #5
njb
New Coder

 
Join Date: Sep 2005
Posts: 28
Thanks: 0
Thanked 0 Times in 0 Posts
njb is an unknown quantity at this point
I found a script on the following site :
http://coding-talk.com/f16/click-to-call-script-5928/

However, I do not know what the "wtai://wp/mc;" means.

Any ideas on what it may mean?
njb is offline   Reply With Quote
Old 07-08-2010, 09:31 PM   PM User | #6
byuhobbes85
Regular Coder

 
byuhobbes85's Avatar
 
Join Date: Oct 2006
Location: Ames, Iowa, USA
Posts: 116
Thanks: 9
Thanked 4 Times in 4 Posts
byuhobbes85 is an unknown quantity at this point
The "http://" in your browser location bar tells the browser to use the hypertext transfer protocol. Since
Code:
wtai://wp/mc;
looks kind of like a URL, I thought maybe wtai is an alternative protocol.

I just did a Google search on WTAI. It's an acronym for "wireless telephone applications interface". Perhaps this is what you're looking for. Again, though, I don't know what the scope of this interface is and whether it has cross-platform support. I'm way out of my league now!
__________________
-- </byuhobbes>
byuhobbes85 is offline   Reply With Quote
Old 07-08-2010, 11:19 PM   PM User | #7
njb
New Coder

 
Join Date: Sep 2005
Posts: 28
Thanks: 0
Thanked 0 Times in 0 Posts
njb is an unknown quantity at this point
If you're out of your league on this one, I'm not even in the ballpark

Thanks for the help
njb is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 10:32 AM.


Advertisement
Log in to turn off these ads.