2013-03-21 182 views
0

把這個是html網頁不顯示的頁面,是什麼原因?iframe不顯示頁面

<!DOCTYPE html> 
<html> 
<body> 

<iframe src="https://secure.mom.gov.sg/iSubmit/Pages/default.aspx"> 
    <p>Your browser does not support iframes.</p> 
</iframe> 

</body> 
</html> 

下面是我看,我使用鉻v25。

enter image description here

回答

0

我覺得這是在HTTPS重定向一個問題://網站。您的src網站不會將iframe評爲值得信賴的平臺。通常,iframe不應該用於整個頁面。