Posts: 2,094
Threads: 54
Joined: Jan 2011
2013-05-23, 02:15:44
(This post was last modified: 2013-05-23, 02:16:03 by mvlcek.)
(2013-05-22, 02:23:50)jongoodhue Wrote: I'm looking to create a section of my page where I have it split into two sections. The large section would be a totally different website (I own it), and then a top frame that would have a link to take the user back to the homepage of the original website, so this way they actually never leave my page.
I tried using frames, but I could not get them to work. And yes, I know frames are a thing of the past, just don't know what to use as a replacement.
- if you can change the other site:
- call it with a special URL parameter
- change the site to add a button/area to return to the original page, if this parameter is set. Additionally send back a cookie to know to do this for further requests, too
- or proxy the other site through a script on your server and add the desired button/area. However, in the proxy code you will also have to rewrite all the links on the pages