我有一个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>