我如何将公司的实时公共网页嵌入我公司的内部网站我现在正在重新设计,因为我点击了内部网中的链接?我正在使用iframe。公司域名在WordPress中。 
我遇到过这些链接,但没有人可以帮助我:
 - 如何只将网站的某个部分放入iframe?
 - 在colorbox iframe中加载wordpress页面内容


我的HTML


 < div class =“menuItem”>
< a href =“http://mvrcancerhospital.com / camps /“target =”displayBox“> < b>事件< / b>< / a>
< / div>< br>< br>
< div class =“menuItem”>
< ; a href =“http://mvrcancerhospital.com/news/”target =“displayBox”> < b>新闻< / b>< / a>
< / div>< br>< br>
< iframe src =“”frameborder =“0”name =“ displayBox“width =”100%“height =”400px“> < / iframe>



 我的CSS


 .menuItem& #xA; {
 float:left; 
 margin-top:5%;
 width:120px;

 font-family:“Trebuchet MS”,Arial,Helvetica,sans-serif;
 font-大小:15px;
 font-weight:bolder;

 transition-property:width;
}

 .menuItem:hover
 {& #xA; color:#CB4154;
 transform:scale(1.2);
}

 .leftSec .menuItem
 {
 font-size:18px; 
}
 代码>


答案 0 :(得分:0)
Wordpress中有一个选项可禁用在 WP安全性 - >下显示您的网站内容的框架或iframe。其他 - >框架标签。 您可以在其中选择启用iFrame保护。 如果单击该复选框,您将无法直接向iFrame显示内容。如果取消选中,则其他网站的iFrame将能够显示您的网页。 :)