把這個是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。
把這個是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。
的主要問題是頁面都應該有當它beeing顯示在iframe中的一些信息。因爲它經過https站點,所以它可能不會顯示在iframe中。在第二個職位
更多信息:
http://www.dotnetnuke.com/Resources/Forums/forumid/39/threadid/240336/scope/posts.aspx
我覺得這是在HTTPS重定向一個問題://網站。您的src網站不會將iframe評爲值得信賴的平臺。通常,iframe不應該用於整個頁面。
嗨不工作,請參考上面 – william007 2013-03-21 17:09:28
該網站的鏈接似乎是說https正在工作 – william007 2013-03-21 17:16:55