Hi

Issue:
====
Not able to execute a javascript method from serverside code.


window.parent.executeMethod()


or


top.executeMethod()


in the server side code is returning permission denied error. (Was
able to find the error message using firefox webdevloper extension.
Otherwise page displayes blank html)


Requirement
==========
In  orkut application I can fetch all the friends of the owner.
Now my server will randomly decide a friend.  I want to display
that random friend image in the page.

[Please refer to
http://developer.apple.com/internet/webcontent/iframe.html
for remote scripting strategy.]


I am calling the serverside php in an iframe. So I won't have access
to the iframe innerHTML.

This is why I am trying to call a method in client javascript code
from the server side. This is giving permission denied error.


Any workarounds for this issue.



--~--~---------~--~----~------------~-------~--~----~
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