Iframe框架引述外部网页里的超链拉处理

WBOY
Release: 2016-06-13 12:06:16
Original
895 people have browsed it

Iframe框架引用外部网页里的超链拉处理
我在html文件当中用iframe引用了一个外部的网页,里面是文章列表,每个文章标题都有一个超链接可以链接到文章内容内,我现在有文章内容内的源码,现在要求是这样:

原来的文章内容页的样式跟我的要求不一样,怎么处理才能让它的超链接连接到我修改过的文章内容页页面去
------解决方案--------------------
iframe 的 src 需通过你的服务器转接到外部的网页
你在服务器上取得外部网页的内容后,修改连接指向你的服务器
------解决方案--------------------
例如你iframe的地址是http://www.a.com/list.php
而你的页面地址是http://www.b.com/
首先,你把源码放在一个页面中,例如http://www.b.com/list.php
然后把之前iframe到http://www.a.com/list.php的iframe src改为http://www.b.com/list.php,就可以了。
然后在list.php中修改样式。

Related labels:
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
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!