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
rohitrrohitr 

Apex Iframe for standard salesforce pages

Can anyone tell me how to show "/home/home.jsp" inside an iframe in visualforce?
I tried
<apex:iframe height="800px" id="theIframe" src="/home/home.jsp" width="100%" frameborder="true"/>
The above iframe gives me a blank iframe.
But if u use
<apex:iframe height="800px" id="theIframe" src="/apex/SomeVisualforcePage" width="100%" frameborder="true"/>
i can see the visualforce paqe inside the current page.

Any browser settings or Salesforce settings need to be changed?

Any help would be appreciated.
Thanks in Advance.
rohitrrohitr
An update: I even tried the complete URL"https://ap1.salesforce.com/home/home.jsp" in the iframe. Still No Luck!! :(
Vi$hVi$h
   User-added image

I guess the browser is not allowing it  to do so ..