iframe refused to connect - I am having an issue opening an external URL in iframe, and receive the error "Refused to connect"

Viewed 33

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?

0 Answers
Related