apex:iframe 调用其他visaulforce page

<apex:page >
<apex:iframe src="/apex/API_Extjs_app" scrolling="true" id="theIframe"/>
</apex:page>

可扩展成动态调用

原文地址:https://www.cnblogs.com/yqskj/p/2746663.html