Hi All I'm trying to get the <a href='tel:*120*5xxxx#' /> to work but it does not like the USSD part. Is there a way to use tel: with a USSD string ?

PS. xxxx above represents numeric value's and yes i have tried urlencoding.

link|improve this question

60% accept rate
1  
What the hell are you talking about? – Pekka Aug 11 '10 at 10:06
Ahh, makes a bit more sense now. It would be helpful if you would explain your problem in layman's words though. I have no idea what an USSD string is, and I'm too lazy to look it up. – Pekka Aug 11 '10 at 10:06
As far as I can see from the tel: RFC, the above is valid. What software are you using to open the URL? – bobince Aug 11 '10 at 10:34
Normal Phone browsers – piet Aug 11 '10 at 10:40
Don't forget, "#" and "*" are reserved characters and you will need to URL encode them. Usually as <a href="tel:%2A120%2A5555%23"> You can find out more about percent encoding at en.wikipedia.org/wiki/Percent-encoding – Terence Eden Jan 9 at 13:48
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.