[orkut-developer] Array seems to be empty in JS function though filling in ASP

2009-10-12 Thread Javediq143
Hi All, For passing the user's id from my database to orkut I've employed below logic. But it fails!! 1) I've declared the Array arrName in JS file 2) Populated arrName in Match.asp and also define a div match in this asp page 3) In the callback function, I'm tracing for the presence of the

[orkut-developer] Re: help regarding send mail in V8 [developers from google please reply]

2009-10-12 Thread Shikhar Sachan
Any update on this bug. Is this feature up yet. If yes please pass me on the code. In case of V7 it is function sendmail() { var params = []; params[opensocial.Message.Field.TITLE]=Give the title here...!; var body= ; var message = opensocial.newMessage(body, params); var recipient

[orkut-developer] Not able to parse or create JSON Array

2009-10-12 Thread Javediq143
Hi All, This post is in regard to my this problem http://groups.google.com/group/opensocial-orkut/browse_thread/thread/ab468f79abe3b32b I was searching this forum for any sort of help and came across a thread where we can pass data from our server to orkut. And this can be done using JSON.