gpt4 book ai didi

php - 将框架重定向到 https?

转载 作者:行者123 更新时间:2023-11-28 09:38:11 25 4
gpt4 key购买 nike

我在我的页面 www.interimincomemodel.info 上使用框架代码,但是当涉及到视频 3 的一部分时,当框架页面应该将用户带到 Google 页面时,Firerox 只显示一个空白页面IE 说“无法在框架中显示内容”。

我发现框架无法显示 https 内容。所以我的问题是,我应该在我的代码中放入什么来使框架重定向到 Google 页面?

我如何使用 html 指示浏览器以便当用户单击链接时说 https://www.google.com内容未显示在框架中,但必须将域重定向到 https://www.google.com

有没有什么代码可以做到这一点?

这是我使用的代码:

<html>
<head>
<meta http-equiv='content-type' content='text/html; charset=UTF-8'>
<meta name="VERSION" content="">
<meta name="DATA" content="">
<link href="http://www.interimincomemodel.info/favicon.ico" rel="shortcut icon" type="image/x-icon">
<title>Interim Income Model</title>
</head>
<frameset rows='100%' frameborder=no framespacing=0 border=0>
<frame src="http://interimincomemodel.com/reps/eugeny/" name=mainwindow frameborder=no framespacing=0 marginheight=8 marginwidth=0></frame>
</frameset>
<noframes><h2>Your browser does not support frames. We recommend upgrading your
browser.</h2><br><br>
<center>Click <a href="http://interimincomemodel.com/reps/eugeny/" >here</a> to enter the site.</center>
</noframes>
</html>

谢谢

最佳答案

Google 的大部分网站都有 X-Frame-Options标题集,防止它们显示在框架中。这不能被覆盖——您将需要找到替代解决方案,例如链接到网站而不是试图构建它。

(您尝试构建的网站是通过 HTTPS 加载的,这是一个误会。)

关于php - 将框架重定向到 https?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/25468123/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com