Dial from webpage

S

Seer

Anyone know how dial a phone number from an html page by say clicking on a
name, I'm sure I've seen it done somewhere.
RR
 
D

David Dorward

Seer said:
Anyone know how dial a phone number from an html page by say clicking on a
name, I'm sure I've seen it done somewhere.

I believe the tel URI scheme looks something like this:

<a href="+441234567890">a name</a>

Assuming the browser is set up to recognise it, and is configured to dial
some device in response to it - it should work.
 
S

Seer

What I was after was putting some speed dial buttons or names on an active
desktop for easy dialing, for my aging Mother.
RR
 
T

Toby A Inkster

Seer said:
Anyone know how dial a phone number from an html page by say clicking on a
name, I'm sure I've seen it done somewhere.

<a href="tel:+448457703236">Phone me at work</a>

Not many (any?) browsers support this natively, but some do with plugins.

You can also specify extensions:

<a href="tel:+448457703236;postd=2324">Phone me at work</a>
 
H

Hywel Jenkins

I believe the tel URI scheme looks something like this:

<a href="+441234567890">a name</a>

Assuming the browser is set up to recognise it, and is configured to dial
some device in response to it - it should work.

Surely you need a to identify the protocol, though.
 
S

Seer

Toby A Inkster said:
<a href="tel:+448457703236">Phone me at work</a>

Not many (any?) browsers support this natively, but some do with plugins.

You can also specify extensions:

<a href="tel:+448457703236;postd=2324">Phone me at work</a>
How do I configure the browser IE 6
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
474,079
Messages
2,570,574
Members
47,206
Latest member
Zenden

Latest Threads

Top