My code:
<iframe src="http://www.externalwebsite.com" style="width:100%;" frameborder="0">
</iframe>
Im getting "Refused to connect".
How can I get external sites to work in my iframe?
My code:
<iframe src="http://www.externalwebsite.com" style="width:100%;" frameborder="0">
</iframe>
Im getting "Refused to connect".
How can I get external sites to work in my iframe?