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
cnovocnovo 

Error in IE when loading VF page

I was trying to add a related list to a VF page to appear under an iframe.

 

Here is my code.

 

<apex:page standardController="Custom_object__c" cache="false">
<chatter:feed entityId="{!Custom_object__c.id}"/>
<apex:detail relatedList="false"/>
<apex:iframe src="http://url.here.com/extranet/CustomerPortalOrderStatus.asp?OrderID={!Custom_object__c.ID}" scrolling="True" id="theIframe"/>
<apex:relatedList list="openActivities"/>
</apex:page>

 

Everything worked fine in Chrome and Safari on a Mac, but not in IE.

 

Users in IE were getting a "Unable to load Visualforce page" error.

 

What might I be doing wrong?

Vinita_SFDCVinita_SFDC

Hello,

 

I think you are facing this issue on IE9 which is not fully supported by sfdc. Please vote the following ideas to make sfdc compatible with iE9. These ideas have been partially implemented:

 

https://success.salesforce.com/ideaView?id=08730000000J9zJAAS

https://success.salesforce.com/ideaView?id=08730000000KuwmAAC