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
hemant ranahemant rana 

I had a website http://mywebsite.com and want to display in iframe but its showing just blank white page

I had a website http://mywebsite.com and want to display in iframe but its showing just blank white page. please help
<apex:iframe src="http://mywebsite.com" />
rohitsfdcrohitsfdc
Hello Hemant,
That is happening because vf pages are hosted on https protocol, but your website is http, hence the content is blocked by iframe.

Following link might be helpful.

http://stackoverflow.com/questions/18327314/how-to-allow-http-content-within-an-iframe-on-a-https-site

Thanks
R G