Friends! Need your help. It is necessary to implement the following: Web page (A) with controls in the left sidebar. The rest of the space is occupied by a window to another site (B). The controls should interact with the site in the window. Site B is a kind of third-party site that cannot be edited, and the site header B contains "X-FRAME-OPTIONS: sameorigin", which means that the IFrame does not fit. Another condition is that Site B should not be proxied by the server, but interact directly with the client. Any solution will do, the main thing is that the client does not need to install any additional software. Any ideas?
- What kind of interaction is supposed? - Denis Khvorostin
- Pressing buttons, filling out forms. - Fl4tron
- The interaction of pages is possible only on one domain (for both iframe and ajax). - lampa
- oneI think you need to see how surfingbird does this. Or get the code of the site and put in the item you need. Naturally the target site will remain untouched in this case. - Sugar Sugar
|