如何在不重定向的情况下将 yandex 加载到 iiframe
<iframe style="border:0;width:100%;" src="http://yandex.ru/yandsearch?text=text&lr=213"></iframe>
此代码将我重定向到 yandex.ru .. 为什么?如何在不重定向的情况下将此 yandex 页面加载到 iframe?
<iframe style="border:0;width:100%;" src="http://yandex.ru/yandsearch?text=text&lr=213"></iframe>
THis code are redirecting me to yandex.ru .. Why?? How to load this yandex page to iframe without redirect?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
简短的回答是你不能。
yandex 包含一些 Javascript 代码,以防止用户在 iframe 中加载其页面:
The short answer is that you can't.
yandex contains some Javascript code to prevent users from loading their page in an iframe: