HTML DOM教程 24-HTML DOM Frameset 对象
1:Frameset 对象
Frameset 对象代表一个 HTML 框架集。
2:Frameset 对象的属性
| 属性 | 描述 | IE | F | O | W3C |
|---|---|---|---|---|---|
| cols | 设置或返回框架集中列的数目。 | 5 | 1 | 9 | Yes |
| id | 设置或返回框架集的 id。 | 4 | 1 | 9 | Yes |
| rows | 设置或返回框架集中行的数目。 | 5 | 1 | 9 | Yes |
3:Standard Properties
| 属性 | 描述 | IE | F | O | W3C |
|---|---|---|---|---|---|
| className | Sets or returns the class attribute of an element | 5 | 1 | 9 | Yes |
| dir | Sets or returns the direction of text | 5 | 1 | 9 | Yes |
| lang | Sets or returns the language code for an element | 5 | 1 | 9 | Yes |
| title | Sets or returns an element's advisory title | 5 | 1 | 9 | Yes |