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
name, I'm sure I've seen it done somewhere.
RR
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.
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.
How do I configure the browser IE 6Toby 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>
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.