1 resposta
Hi Amber,
The code that you need to add to the visualforce page is the following:
<apex:page showHeader="false">
<apex:iframe src="http://www.salesforce.com" frameborder="false" height="800px"scrolling="true"/>
</apex:page>
Replace http://www.salesforce.com with the url you need.
Thanks!