HTML DOM IFrame 對象
IFrame 對象
IFrame 對象代表一個 HTML 的內聯框架。
在 HTML 文檔中 <iframe> 每出現一次,一個 IFrame 對象就會被創建。
IE: Internet Explorer, F: Firefox, O: Opera, W3C: W3C 標準.
IFrame 對象的屬性
屬性 | 描述 | IE | F | O | W3C |
---|---|---|---|---|---|
align | 根據周圍的文字排列 iframe。 | 6 | 1 | 9 | Yes |
contentDocument | 容納框架的內容的文檔。 | No | 1 | 9 | Yes |
frameBorder | 設置或返回是否顯示 iframe 周圍的邊框。 | No | 1 | 9 | Yes |
height | 設置或返回 iframe 的高度。 | 5 | 1 | 9 | Yes |
id | 設置或返回 iframe 的 id。 | 4 | 1 | 9 | Yes |
longDesc | 設置或返回描述 iframe 內容的文檔的 URL。 | 6 | 1 | 9 | Yes |
marginHeight | 設置或返回 iframe 的頂部和底部的頁空白。 | 5 | 1 | 9 | Yes |
marginWidth | 設置或返回 iframe 的左側和右側的頁空白。 | 5 | 1 | 9 | Yes |
name | 設置或返回 iframe 的名稱。 | 5 | 1 | 9 | Yes |
scrolling | 設置或返回 iframe 是否可擁有滾動條。 | No | 1 | No | Yes |
src | 設置或返回應載入 iframe 中的文檔的 URL。 | 5 | 1 | 9 | Yes |
width | 設置或返回 iframe 的寬度。 | 5 | 1 | 9 | Yes |
標準屬性
屬性 | 描述 | IE | F | O | W3C |
---|---|---|---|---|---|
className | 設置或返回元素的 class 屬性。 | 5 | 1 | 9 | Yes |
dir | 設置或返回文本的方向。 | 5 | 1 | 9 | Yes |
lang | 設置或返回元素的語言代碼。 | 5 | 1 | 9 | Yes |
title | 設置或返回元素的 title 屬性。 | 5 | 1 | 9 | Yes |