Hello All,
I am new to web Microsoft Dynamics CRM 2011. I want to display our client website in IFrame, but I am unable to see because getting an error in firebug console : "Blocked loading mixed active content". Steps I followed are:
1. Login to web Microsoft dynamics CRM.
2. On the left side at bottom corner, click on 'Settings' -> 'Customizations' -> 'Customize the System'
3. A window pops up, now in this popped up window on the left side expand 'entities' then under 'entities' expand 'opportunity' then under 'opportunity' select 'Forms'.
4. A grid is shown, now select 'opportunity' from grid. So the 'opportunity' form will get opened, in that form on the top select 'Insert' tab, under this 'Insert' tab, there is an option to select 'IFrame' in the top menu. Fill the fields in 'Add an IFrame'.
5. Then select Home tab and then click on Save and then Publish. Now again go to the main Home page of MS CRM on the left side click on 'Sales' -> 'Opportunity', now a grid open in that select any opportunity.
6. A popup window opens, but in the section where I added IFrame there is no content in that IFrame, however the url I provided that points to (assume) a website, even then getting no data of website in the IFrame.
7. On checking in console of Firebug in Firefox there is error : "Blocked loading mixed active content for http://localhost/SomeTest/IFrame".
Please help.