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
Joseph Ucuzoglu 14Joseph Ucuzoglu 14 

How do I break out of frames in lightning

I am working with a HTML area in Lightning on a Home Page. If the user clicks the link I would like the current page to be replaced with the item in the link.

At present regardless of the link target (i.e. _top) the page loads within the child frame below the navigation. This is fine in those instances where I want to keep the navigation but there are times where I want to replace the entire page contens with a different page.

Is there a trick that I am missing? These target options are part of the Salesforce WYSIWYG editor link options but don't seem to be operating as presented.