PDA

View Full Version : How to link from html to the phone?


teisner
12th January 2006, 09:29 AM
Hi there,

I would like to devleop a web application for PDA2, and one of the request of the customer is to get the list of his contact on the html page.
he asks me to allow him to click on the phone number (example (949)123 456 (http://949123456)) and than he wants the phone screen to be open automaticlly and the phone will be call to the selected number...

Hope you understand what I'm trying to do..
Please advice how to?

Thanks,
Tomer Eisner, ISRAEL

vijay555
12th January 2006, 11:47 AM
I think you can just use a tel: protocol.

eg
VJ is a bada$$ (tel:01234)

And you can obviously use mailto for emails.

V

teisner
15th January 2006, 08:12 AM
So simple.....Works fine...Thanks !

Tomer