我是salesforce的新手。我想在visualforce页面中使用iframe控件来从.net加载一些内容。我已经使用了iframe控件,如下所示
<apex:page >
<apex:iframe frameborder="true" src="http://www.salesforce.com" scrolling="true" id="theIframe"/>
</apex:page>
但它没有在iframe控件中加载任何东西。它只显示白色背景,我也尝试使用html iframe控件,但我得到了相同的响应。 那么有人可以告诉我我错过了什么吗?
答案 0 :(得分:2)
这将是新的Chrome安全控件。您无法将http页面加载到https页面上的iframe中。
您需要获取iframe页面的SSL证书或绕过安全控制。
地址栏中应显示一个小盾,可用于显示被阻止的内容