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
suresh.csksuresh.csk 

iframe issue in Firefox

Hi.

 

I using iframe in the below example

The iframe works fantastic in Internet Explorer ,but it doesn't work in Firefox.

 

<div id="contents">
<iframe src="/{!$CurrentPage.parameters.id}?isdtp=mn" width="100%" frameborder="0" height="600"></iframe>
 </div>

 

Even tried with  <apex:iframe> but negative.

 

 

Any answers are greatly appreciated.

Thanks

suresh

Imran MohammedImran Mohammed

Can you tell what exact issue you are facing in firefox?

suresh.csksuresh.csk

Hi Imran.

 

Thanks for your reply.

Sory for late reply.

I'm new to Web so the real issue is

 

I created some record list which contains Name,ID and displayed the same using iframe.

The ID link  which is clickable becomes unclickable in firefox. ie The link of the ID is not working.

 

cheers

suresh

Ben KoalaBen Koala

I had the exact same problem and it ended up being a "Blocked loading mixed active content".  However, that error did not show up in any of the logs until I disabled every extension in firefox.

The page/iframe did work in both IE8 and Safari 5, but it also failed in crome.  It would be worth checking those browsers.

 

The root cause of the errors is switching between https and http.  Firefox has now enabled blocking mixed active content by default in the newer versions.

 

-Ben