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
Adil_SFDCAdil_SFDC 

Hide Header and Sidebar in iframe

I have VF page and I am using iframe in VF Page 

<apex:tab label="Fulfillment" >
<iframe src="\apex\DXGAccountFulfillment?id={!account.id}" width="100%" height="1500px"></iframe>

</apex:tab>

 

the VF PAge DXGAccountFulfillment has header and sidebar. I need to hide them for few profiles. I dont want to create 2 different VF Pages just to hide header.

Is there a way out to hide header based on profile. 

 

Thanks

 

tommytxtommytx

Instead of sending each profile to a different page having a different URL can you modify the URL based on the profiler you want to remove the header and sidebar... If you can do it try this..

 

mysalesforceurl.com/apex/myifamepage?isdtp=mn  (this will remove the header and sidebar for any page.)

 

Then for the profiler that you want to see the header and sidebar use this URL.

 

mysalesforceurl.com/apex/myifamepage

 

Bottom line: simply add ?isdtp=mn to remove the stuff..

 

 

Adil_SFDCAdil_SFDC

Yes I have tried that before posting the question. 

since i am using that the Javascript on my page stopped working. so i am looking for alternative

venu kingvenu king

hi did u got the sloution for  your answer please help me ...........

 

thank you 

 

 

Sure@DreamSure@Dream
use isdtp=vw in the src...