Hi everyone,
I'm trying to resize an iframe based on its contents. The problem is that the iframe and the parent document are on two different domains (they're not even sub domains of each other).
Can the iframe have a property to resize automatically based on the contents (which is flash)? or can I send messages between javascript functions that exist on different domains? or is the only way out to use the parent.location variable and add a hash(#) at the end of it?
Thanks in advance.
I'm trying to resize an iframe based on its contents. The problem is that the iframe and the parent document are on two different domains (they're not even sub domains of each other).
Can the iframe have a property to resize automatically based on the contents (which is flash)? or can I send messages between javascript functions that exist on different domains? or is the only way out to use the parent.location variable and add a hash(#) at the end of it?
Thanks in advance.