function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Amit MAmit M 

Opening Flow Designer in iFrame

Hi,

I am trying to open Flow Designer in an iFrame in a visualforce page like below:

<apex:iframe src="https://na14.salesforce.com/designer/designer.apexp" scrolling="true" rendered="true" id="theIframe"/>

 

But this does not work. Can you please provide me a solution?

Thanks

Sunny670Sunny670
This is the code for iframe which i have used its working fine. Just compare with It.
<iframe id="iframe_cc1" width="1800px" onLoad="resizeFrame('iframe_cc1');" src="/apex/corporateOrganisation?appid={!$CurrentPage.parameters.appid}&readonly=true" scrolling="no" marginWidth="0" marginHeight="0" frameborder="0"></iframe>