I need help me on posting variables to a server side file using
makerequest()....

Suppose I have 2 variables 'A'  and 'B' to be posted
How do I pass these variable to the function below???

opensocial.makeRequest('URL',
        function (response) {
                alert(response);
     },
          {'method' : 'POST', 'contentType' : 'html', 'postData' :
'?????'  })

Regards,
Makarand
--~--~---------~--~----~------------~-------~--~----~
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