Ok - I guess my celebration was premature.
So, to clarify what you mean:
In the page on Domain B:
1. Programmatically create an iframe, lets call this "iframe_A".
2. Programmatically write a div into that iframe, we'll call this
"div_A"
Still in the parent page on Domain B,
3. Create a new Rpc object, using div_A as the container.
Is this correct?
Or do you suggest creating the Rpc page using javascript written
inside iframe_A.
Thanks again!
Adam
On Oct 18, 1:09 am, Øyvind Sean Kinsey <
oyv...@kinsey.no> wrote:
> This is not a supported use case due to an inherent risk of collisions
> (depending on which underlying transport stack is used).
>
> If you want something close to this, then simply write into an inline iframe
> that you use to sandbox the 'consumer' - this way no such collisions will
> occur.
>
> Øyvind Sean Kinsey
> oyv...@kinsey.nohttp://
kinsey.no/blog/index.php/about/
>
>
>
>
>
>
>
> On Tue, Oct 18, 2011 at 3:07 AM, Adam Creeger <
adamcree...@gmail.com> wrote:
> > Sorry, that last sentence should read:
>
> > Is there anyway for one Rpc object on Domain B to act as provider and
> > another Rpc object in the same page on Domain B to act as consumer?
>