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
Frank TimmonsFrank Timmons 

HTML code not picking up VF Page

I created a Visualforce page that includes a dashbaord I'd like dispayed on our homepage. I think I'm running to an problem with the HTML code but I'm not sure.  Everything looks like it's set up properly.

The Visualforce Page I created is named "Homepage_Dashboard".  I selected HTML when settng up the new dashboard component and used the code:

<iframe src="/apex/Homepage_Dashboard" frameborder="0" height="1000px" width="100%"></iframe>

When I assign the page, the only thing that's displayed is the code.  No dashboard.

I switched the component to a Visualforce Area and it worked.  I'd rather use HTML area though because it shows only the dashboard and no title, plus using HTML allows me to add more than one dashboard to the homepage if I choose to do so.  Any ideas why it's not working in HTML?
Best Answer chosen by Frank Timmons
ShashankShashank (Salesforce Developers) 
HTML iframes will not work on the homepage anymore: http://docs.releasenotes.salesforce.com/en-us/summer14/release-notes/rn_forcecom_home_page_components.htm