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
jjvdevjjvdev 

Cannot Login to External Site Within iframe in IE

I have an external site being rendered through an <iframe>.  This external page has a login which I can login fine using Chrome and Firefox, but I can not login through the iframe in IE 7.  How can this problem be fixed without changing IE security settings?

 

 

<apex:tab label="MyExternalPage" name="ExternalPage" id="External">
  <iframe width="100%" height="800" scrolling="true" marginheight="100%" marginwidth="100%" escape="false"
  src="https://login.yahoo.com/config/login_verify2?&.src=ym">  <!--just an example not my actual page!-->
  </iframe>
</apex:tab>

 

Thanks

Pradeep_NavatarPradeep_Navatar

In my opinion, there is no other options in IE, without blocking the security settings. Some code does not work.

 

jjvdevjjvdev

Thanks Pradeep, not the answer I was hoping for but it looks like you're probably correct.