Hi Jerry. I can't debug your entire obfuscated JavaScript source file,
but I can confirm that the code snippet you provided works perfectly
in the CodeRunner development gadget:

http://opensocial-resources.googlecode.com/svn/samples/coderunner/trunk/index.html

More than likely, your issue is due to another issue in your source.
If you can provide a shortened (one or two functions) snippet that is
not obfuscated, I will try to help you further.

- Jason

On May 20, 11:45 pm, Jerry <[EMAIL PROTECTED]> wrote:
> The following code is giving a javascript error.
>
> d has no propertieshttp://sandbox.orkut.com/js/gen/common021.js
> Line 163
>
> function sendEmail() {
>   var params = [];
>   params[opensocial.Message.Field.TITLE]="Hola!";
>   var body="Como estas?";
>   var message = opensocial.newMessage(body, params);
>   var recipient = opensocial.DataRequest.PersonId.OWNER;
>   opensocial.requestSendMessage(recipient, message);
>
> };
>
> Any Idea ?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Orkut Developer Forum" group.
To post to this group, send email to opensocial-orkut@googlegroups.com
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