HBCMS更多的中文手册参考:

SCOPE Attribute | scope Property

DHTML文档教程

Sets or retrieves the group of cells in a table to which the object's information applies.

dhtml语法

HTML<ELEMENT SCOPE = sScope... >
Scriptingobject.scope(v) [ = sScope ]

DHTML可能的值

sScopeString that specifies or receives the group of cells to which the object's information applies.

The property is read/write. The property has no default value.

Remarks

This property can be used for rendering to non-visual media such as speech or Braille. It can also be used with style sheets.

The following table shows the possible values for this attribute as defined in html 4.0 non-microsoft link for td and th elements are:

rowthe current cell provides header information for its row.
colthe current cell provides header information for its column.
rowgroupthe header cell provides header information for its row.
colgroupthe header cell provides header information for its column.

this attribute may be used in place of the headers attribute.

there is no functionality implemented for this property unless defined by the author.

是否符合公共标准

This property is defined in HTML 4.0 Non-Microsoft link and is defined in World Wide Web Consortium (W3C) Document Object Model (DOM) Level 1 Non-Microsoft link.

Applies To

TD, TH

更多语法参考

headers