I am using the following simple iFrame code to load Yahoo but it\'s not loading anyway. in Chrome Inspector I see the URL status as 301 first and then cancel. Any idea why i
If the site hosting the webpage forces the use of a secure HTTPS connection, some browsers (chrome for sure) will require that all network resources use HTTPS as well.
The URL in your current iframe is using HTTP src="http://yahoo.com"