You need to sign in to do that
Don't have an account?

hide header
Is there a way to hide the header other than in a visual force page? Meaning, if I don't want to override the page using VF just hide the header, is there a way to do it? Help!
You need to sign in to do that
Don't have an account?
All Answers
<apex: page showHeader="false">
Is there s specific spot in the URL that this isdtp=mn needs to be? Doesn't seem to be working for me. I am getting the Salesforce page I want but it has headers. What I am trying to do is show a specific account list view on the him page.
without using isdtp can i hide it using javascript?
I found that showHeader="false" did not remove my header, perhaps this is a defect?
Therefore, I tried:
<apex:page showHeader="false" sidebar="false"><iframe name="VisualForceLeads" src="/{your id here}?isdtp=mn" height="1000" width="100%"></iframe></apex:page>
and that removed the sidebar and the header immediately.
Best,
Jon
I included the ?isdtp=mn at the end of the url but now it's giving me an error saying that the browser is not compatible. I don't understand how this is possible since I'm running it in Chrome? Any suggestions?
Thanks!
Luis
For me, adding the ?isdtp=mn to the end of the dashboard link helped though
I prefer the ?isdtp=nv - not as many striking colors ;-)