在通過官方網站 http://www.jacklmoore.com/colorbox/example2/加載外部網站,在彈出的窗口中使用彩盒
本網站http://threadless.com在彈出窗口中打開成功所提供的例子。
我成功實現了這個例子,但我無法加載任何其他頁面。
例如
<link rel="stylesheet" href="colorbox.css" />
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
<script src="jquery.colorbox.js"></script>
<script>
$(document).ready(function(){
$(".iframe").colorbox({iframe:true, width:"80%", height:"80%"});
});
</script>
<body>
<p><a class='iframe' href="http://threadless.com">Outside Webpage (Iframe)</a></p>
</body>
此代碼的工作完美,但是當我更換threadless.com與google.com,facebook.com,或任何其他網站空白的彈出窗口出現。任何人都可以幫助我嗎?
非常感謝。
你不能把谷歌在iframe中 http://stackoverflow.com/questions/8700636/how-to-show-google-com-in-an-iframe 檢查答案 –
非常感謝許多。這對我來說是一個很好的答案。 :) –