You need to sign in to do that
Don't have an account?

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" />
<apex:iframe src="http://mywebsite.com" />
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
Check the below link.
https://developer.salesforce.com/forums/ForumsMain?id=906F00000009EclIAE