Dear Nishith Shrivastav
ask with the error , so people can easly understand your exact prob..

Or try to use this.. its working code.. you can use HTML on the Body part..

function sendEmail() {  var params = [];
 params[opensocial.Message.Field.TITLE]="Apps name";
var body1='Hello,Friends<br><b>' +
document.getElementById('quotes').innerHTML + '<br>some textssome textssome
textssome texts<br></b>';
var message = opensocial.newMessage(body1, params);
var recipient = opensocial.DataRequest.Group.VIEWER_FRIENDS;
opensocial.requestSendMessage(recipient, message, callback);}
function callback(data) {  if (data.hadError()) {} else {}};

regards
kcjagadeep
On Fri, Sep 19, 2008 at 1:08 PM, nishith.shrivastav <[EMAIL PROTECTED]>wrote:

>
> I am sending html content through opensocial.requestSendMessage,it is
> coming right in mailid but it is not coming in orkut messages
> correctly,it is taking it as text content only.
>
> Thanks
> Nishith Shrivastav
>
> >
>


-- 
"How you do a thing is more important than what you do." —Amma

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Orkut Developer Forum" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/opensocial-orkut?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to