Hello everyone. I have a problem when try to sendmessage to User.
I follow this example: http://profile.myspace.com/Modules/Applications/Pages/Canvas.aspx?appId=124833
I have a question: How to add a link to Title (Subject) or Message?
I try to use <a> in both but nothing happens.
I try to use ajax to get
response and assign to message variable. In that page, i just use tag <a> and some text. The code for that page looks like:
See how nice <a href="http://profile.myspace.com/Modules/Applications/Pages/Canvas.aspx?appId=xxxxxx&appParams=%7B%22presentId%22%3A{$appid}%7D%22">{$appname}</a> I've got.
$appid and $appname are got from database. I'm using PHP and smarty in that page.
It looks good because I can see the link in the Message.
When I open message at Inbox. The content makes me surprise:
See how nice <a href="http://profile.myspace.com/Modules/Applications/Pages/Canvas.aspx?appId=xxxxxx&appParams=%7B%22presentId%22%3A10<br />%7D%22">jewelry store</a> I've got.
Why is a <br /> added to the link???
Does anyone know how to solve this problem? Please help me. Thank you very much.