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
Hussey786Hussey786 

Home page custom component

Hi All,

I have a visualforce page with a pageBlock table and I added that Page to Home Page components using iframe. I have a link for one column which will nagivate to detail page of the record

I am able to see the records in home page but when I click on the link on the table, it is refreshing the iframe part only istead of navigating to detail page.

Please help on the this...

Thanks,
Hussey
Dev.AshishDev.Ashish
Try hyperlink in below format. 

<a href="http://www.google.com" target="_top">Navigate to Google</a>

or 

<a href="http://www.google.com" target="_parent">Navigate to Google</a>