Page 1 of 1

可否让iframe里的内容显示在主页面中?

Posted: Feb 26 2009, 21:18
by up1m
原始内容:

Code: Select all

<td id="kbcontent">
<iframe style="DISPLAY:block;VISIBILITY: visible; WIDTH:100%; HEIGHT:400px;" frameBorder="no" scrolling="yes" framespacing="0" border="0" src="..\..\repository\30350.html"></iframe>
</td><td id="kbgutter"><img width="20" src="spacer.gif" alt="spacer" height="1"></td>
过滤后的内容:

Code: Select all

<td id="kbcontent">
..\..\repository\30350.html----------->的内容
</td>
凤凰兄弟、各位大侠,有办法么?谢谢!

Re: 可否让iframe里的内容显示在主页面中?

Posted: Feb 26 2009, 23:04
by phoenix
过滤规则?有问题的网址?
以后提问麻烦说详细一些,免得还得多来几个回合才搞得清楚你的问题,谢谢!

Re: 可否让iframe里的内容显示在主页面中?

Posted: Feb 27 2009, 10:39
by ddbb
好像是要不用IFRAME 但是还是要完成同样的效果.......

这个好像是不可能的........

为什么要这么做?????

Re: 可否让iframe里的内容显示在主页面中?

Posted: Feb 27 2009, 17:28
by Ray4
Refresh 表示浏览器应该在多少时间之后刷新文档,以秒计。
注意这种功能通常是通过设置HTML页面HEAD区的<META HTTP-EQUIV="Refresh" CONTENT="5;URL=http://host/path">实现
可以将iframe的url以这种形式写到<head></head>之间

Re: 可否让iframe里的内容显示在主页面中?

Posted: Feb 27 2009, 23:03
by phoenix
如果他还想保留原页面其他内容呢?