Cross domain frame communication
Hi everyone.
I have a scenario.. was wondering if this is possible.
- A page loads two frames (top and bottom), they are of both different domain origin
- Upon user form submission on the form below, the the top page sends the form data of the bottom page to a server (where the top page is from)
Note that the top frame/page has no idea what the form structure of the bottom page is like.
Is this possible? Can someone lead me to the right resources?