|
Posted by Marcello on 04/06/06 15:43
Hi guys,
sorry to break the 'this works - no this doesn't work' quarrel, but
Chris, have you tried something different?
I've never used Google Maps API, so I don't know if you have access to
code on the parent window. If you do, put a function over there that
access the Google Maps one, and your function in the IFrame then access
your function in the parent frame.
If that still doesn't work, try putting and invisible FRAME (not
IFrame) in the parent window to do the same 'proxy function' approach.
I had to do it once, in another problem. For some reason it was not
working from parent to child <-> child to parent frames, but taking
this proxy function approach solved the problem.
Also, are you passing 'objects' or functions as parameters in this
call?
Thanks,
Marcello
[Back to original message]
|