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
jeroooomejeroooome 

hiding headers in an embedded s-control

Hi there,

I'm embedding a salesforce report in an iframe that is used on a page layout. When the report page renders in the iframe I also get all of the salesforce.com headers which I want to lose. Has anyone run into this before? Is there a parameter I can pass in the s-control that will hide the standard salesforce.com headers?

Thanks
Team BuilderTeam Builder
I have the same problem - I have created a custom report (in this case my own layout for Tasks)

Here is my code:


The src="YOUR_URL" is your URL you are trying to reach after you hack off the https://ssl.salesforce.com/

Notice I ditched the s-control ref and it seems to work fine with just the url ref.

I get the typical Salesforce header inside and I just want the report.

How do we ditch the header?????

Thanks for any help!

Stephen