Home > Web Front-end > HTML Tutorial > iframe里面引用的第三方的链接地址,现在想实现点击之后再iframe里面显示_html/css_WEB-ITnose

iframe里面引用的第三方的链接地址,现在想实现点击之后再iframe里面显示_html/css_WEB-ITnose

WBOY
Release: 2016-06-21 08:50:25
Original
1351 people have browsed it

iframe里面引用的第三方的链接地址,现在想实现点击之后再iframe里面显示,怎么实现,别说什么target,因为是第三方的链接,总不能修改别人的网页吧。求大神


回复讨论(解决方案)

用绝对路径就可以了








w3school


用绝对路径就可以了








w3school

如果第三方有不予许放入框架的代码,则需通过你的服务器转接

没懂呀,楼上说的w3school 方法无非就是指定了target='main',将会在main的iframe中显示,我的目的是引用了第三方网站,而第三方网站上的链接上都是target='_black' 在新页面打开,这样就会造成新打开的网页会跳出iframe,我想让它一直在iframe内跳转。

如果第三方有不予许放入框架的代码,则需通过你的服务器转接

这个有没有具体做法,怎么转接?

解决办法就是通过服务器解析出网页,然后修改网页内容,再呈现在自己服务器上的网页上。只要这样才能解决。

source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template