我的頁面中有一個iframe會加載本地html內容,但不加載遠程Web內容。Web內容未加載iframe
下面是代碼:
<iframe id="frame1" src="http://localhost/test.html" width="520px" height="400px" scrolling="auto"></iframe>
這是工作。
但下面的代碼是不工作:
<iframe id="frame1" src="http://www.google.co.in/" width="520px" height="400px" scrolling="auto"></iframe>
請任何幫助
第二個需要互聯網連接才能工作。 –
是的互聯網連接,,, –