Glad to hear it Jevs. :)

When you're working with other libraries, it's generally a good idea
to create a namespace for your variables and functions. For example:

var myGreatApp = {
  name: '',
  myFunction: function() {
    alert('myFunction()');
  },
  ...
};

This has prevented a lot of these types of conflicts in my own
experience. But at any rate, I'm happy you found the problem, and
please let me know if you encounter any other issues.

Cheers!
- Jason

On Jul 7, 9:07 pm, JevS <[EMAIL PROTECTED]> wrote:
> Jason,
> Thanks for looking.  I finally found it. The reason is due to variable
> declaration:
> var name      = "";
>
> Probably variable 'name' is used somewhere in OS libraries.
> Jevs
--~--~---------~--~----~------------~-------~--~----~
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