Hi,
Is it possible to send dynamic url for content type href value?

Example  :-

<script>
var server_url="";

function init() {
    //Set the owner id so we don't have to use it later
    var personId = opensocial.DataRequest.PersonId.OWNER;
    server_url="http://www.example.com/opensocial/osMain.jsp?
personId="+personId
}
init();
</script>

<Content type="url" href="{server_url}">

Please guide me how to pass dynamic URL in content type.

Thanks,
Siva
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"OpenSocial Application Development" 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-api?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to