我想在我的visualforce页面中嵌入iframe

时间:2014-11-10 10:30:21

标签: salesforce visualforce apex

我有一个Visualforce page,我想在我的salesforce帐户中打开,我希望在页面不公开时将其显示在我的页面中。我想在apex中打开一个网站页面:iframe是用php开发的。

For example这是我的代码:

<apex:page >
     <apex:iframe src="http://www.examplesite.com/" scrolling="true" id="theIframe"         height="500px" width="400px"/>        
</apex:page>

0 个答案:

没有答案