2014-09-02 53 views
-1

我已经开发了一个网站使用cakephp 2.x.cakephp网站内iframe

我想在另一个使用iframe的站点显示cakephp站点。 当我在普通站点中使用Iframe代码时,Iframe显示带有提供样式的空白内容。

下面是iframe代码中

<iframe 
    src='http://mycakephpsite.com/' 
    width='600' height='800' 
    frameborder='1' 
    scrolling='yes' 
    align='bottom' 
    style='border:1px #68293c dotted;'> 
</iframe> 

请让我知道我在做错误。 在此先感谢。

回答