frames

Why should I not use HTML frames? [closed]

安稳与你 提交于 2019-11-26 07:37:15
问题 I haven\'t used frames since 1998. They seem like a bad idea and in all my development I\'ve never had a situation where frames were the right solution, or even a decent solution. However, I\'m now working with an internal web application written by another group and the entire site is built in a - header, left side menu, right side content - frameset. For one, when VPN\'d to my network I constantly get a \"website.com/frames.html\" cannot be found.\" error message. This doesn\'t happen when

Overcoming “Display forbidden by X-Frame-Options”

荒凉一梦 提交于 2019-11-25 22:17:48
问题 I\'m writing a tiny webpage whose purpose is to frame a few other pages, simply to consolidate them into a single browser window for ease of viewing. A few of the pages I\'m trying to frame forbid being framed and throw a \"Refused to display document because display forbidden by X-Frame-Options.\" error in Chrome. I understand that this is a security limitation (for good reason), and don\'t have access to change it. Is there any alternative framing or non-framing method to display pages