Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Displaying Hyperlink on a text

Former Member
0 Likes
419

Hi Experts,

i have a variable which contains some text, lets suppose gmail.com and i'm sending the value of that variable as sms. when that value display on the mobile phone i want the hand icon (should appear as URL) should appear on it. so that end-user should navigate easily. Please let me know how to achieve it?

regards

Faisal.

Edited by: Abdul Faisal on Aug 22, 2011 6:40 PM

1 REPLY 1
Read only

former_member183924
Active Participant
0 Likes
318

A SMS (short message service) contains only text. You can not modify the text like in HTML. So if the SMS doesn't show up your link-text as a hyperlink to click on it, then your mobile phone is not capable to do that. Try a smartphone with iOS, Android or WebOS.

-- Steffen