Certain websites won't appear with Iframe and .load() function
问题 I'm trying to load webpages on an another webpage (not hosted on my server), but due to cross-site/security scripting I'm unable to load up certain webpages. For example, google won't show up in an iframe or if I use jquery: <script> $("#siteload").html('<object data="http://google.com">'); </script> Just a note: I'm not trying to load google specifically, just any webpage that won't allow iframes.. Does anybody know of a workaround? How about loading an .html file on my server, will that