Hi guys,

I am testing out the requestNavigateTo with the code from the guide

function gotoCanvas() {
    var canvas_surface = new opensocial.Surface("canvas");
    opensocial.requestNavigateTo(canvas_surface);
  };

function gotoProfile() {
    var profile_surface = new opensocial.Surface("profile");
    opensocial.requestNavigateTo(profile_surface);
  };

and have a href="javascript:gotoProfile()".

But every time when I click on the link, I go nowhere.

I have tried onClick as well. It's the same.

Can anyone help?

Happy coding,
Flora
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Orkut Discussion" 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