2012-06-20 49 views
0

在通過官方網站 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,或任何其他網站空白的彈出窗口出現。任何人都可以幫助我嗎?

非常感謝。

+2

你不能把谷歌在iframe中 http://stackoverflow.com/questions/8700636/how-to-show-google-com-in-an-iframe 檢查答案 –

+0

非常感謝許多。這對我來說是一個很好的答案。 :) –

回答

0

你可能創建一個谷歌搜索框和其他任何你需要一個簡單的頁面,然後打開在iframe的而非google.com ...

你要搜索的結果顯示在iFrame或新窗口中呢?

+1

我只是想學習如何使用Colorbox。非常感謝。 –

+1

沒問題,祝你好運:) – ConorLuddy

相關問題