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
maiyakumaiyaku 

Cut Outside Iframe Problem !

I want move Standart Lead Page with ifame to Home 

I do not want something that is out of the redI can cut it out to me ? 

 

 

<apex:page sidebar="False" showHeader="False">
<apex:form >

<iframe width="100%" height="600" frameborder="0" scrolling="true" id="theiframe" marginheight="0" marginwidth="0" rendered="true" src="https://na14.salesforce.com/00Q?fcf=00Bd0000003rrII#"></iframe>

</apex:form>
</apex:page>

 

Thank you.

Navatar_DbSupNavatar_DbSup

Hi,

 

Try the below steps to hide the side bar:

Click on Home -> Home Page Layout -> Click on Name of Page Layout that is assigned to System admin -> Uncheck all the check boxes -> Click on Next -> Click on Save.

 

Did this answer your question? If not, let me know what didn't work, or if so, please mark it solved.