+ -
当前位置:首页 → 问答吧 → iframe 的嵌套问题

iframe 的嵌套问题

时间:2011-04-12

来源:互联网

我想用下面的代码去嵌套外部的一个网站,就是http://www.spict.com/port/cntr/cntrform.cfm 以前都行的。现在好像不行了,就是打开的时候,我的嵌套就失效了,直接跳到http://www.spict.com/port/cntr/cntrform.cfm这个网站了,等于说把我原先的页面弄覆盖掉了一样。 有没有办法解决?高手帮忙哦谢谢

<iframe width="1000" height="750" frameborder="0" marginheight="1" marginwidth="1" scrolling="yes" src="http://www.spict.com/port/cntr/cntrform.cfm" style="padding-top:0px;"></iframe>

作者: haoting2000   发布时间: 2011-04-12

做防嵌套了,好像没什么办法。。
你不如直接把他的内容采集过来。或者直接做个外链吧。。

作者: ngdly   发布时间: 2011-04-12

<iframe ID="eWebEditor1" style= "overflow-x:hidden;overflow-y:hidden" src="http://www.spict.com/port/cntr/cntrform.cfm" allowTransparency="true" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" width="240" height="170"></iframe>

看看这样可以不,我这里可以的

作者: jiangmurong   发布时间: 2011-04-12

还有其他高手不?呵呵。

作者: haoting2000   发布时间: 2011-04-12

HTML code

<iframe ID="eWebEditor1" style= "overflow-x:hidden;overflow-y:hidden" src="http://www.spict.com/port/cntr/cntrform.cfm" allowTransparency="true" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" width="1000" height="750"></iframe>



这个水平滚动和垂直滚动都去掉了

作者: jiangmurong   发布时间: 2011-04-12

我试了,不行。55555555

作者: haoting2000   发布时间: 2011-04-12

热门下载

更多