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
sridhar v 7sridhar v 7 

inline=1 parameter is added to PageUrl when opened from an inline Visualforce page

Hi All,

Coud you please help me the below.

I have a inline visual force page that is added to Account Page Layout. On this Page, i have links to different Visualforce Pages. Now, the issue is whenever i click on any of these links it opens up the page but with Header and Sidebar hidden. I see that this is due to an additional parameter that is getting added in the URL (inline=1). if i remove this parameter and refresh the page, then it loads fine with header and sidebar.

is there a way that i could get around this without having to use javascript and reload the page by removing inline parameter in javascript.

Thanks,