2013-03-22 113 views
0
<iframe src="http://someramdomlink/wxy" 
style="border:0px #FFFFFF none;" name="myiFrame" 
scrolling="no" frameborder="1" height="60px" width="468px"></iframe> 

問題1)
我把一個iframe在網頁中,因此,當確實在iframe裝載的鏈接? 它已經加載到服務器中,還是在用戶使用iframe打開特定頁面時加載了它?
Question2)
此外,我正在iframe中放置一個iframe,我的意思是我在頁面中放置一個iframe http://some-ramdom-link.com/xyz這個iframe是否也會被加載?它是否以這種方式工作?iframe中的內容何時加載?

回答

0
  1. 它在瀏覽器請求時加載,尚未加載到服務器中。
  2. 是的,你可以有一個iframe內的iframe