行不通,無法顯示。
ie 可以。
可能是 FF & Chrome 不給顯示 https 下的 http iframe
################################################
FF:
引言回覆:
If you are trying to add this Iframe on a SSL-encrypted website (https://), it won't work any more since Firefox 23 because Mozilla has decided to blocked all unencrypted content on encrypted websites (for example http-iframes on https-websites). You can change this behaviour in your own Firefox installation by typing about:config in the address bar and setting security.mixed_content.block_active_content to false. But that won't help you for all other FF23-visitors on your website.
source:
http://stackoverflow.com/questions/1837 ... in-firefox-> 可解決 FF問題
另外可參考:
https://support.mozilla.org/t5/Protect- ... ta-p/10990################################################