在VF Page 导入 两个网页
1. VF Page:
<apex:page >
<iframe height="600px" id="veevasystems" name="theIframe" src="http://www.veevasystems.com" width="100%"></iframe>
<iframe height="600px" id="sina" name="sina" src="http://www.sina.com.cn" width="100%"></iframe>
</apex:page>
2. 实现效果: