HBCMS更多的中文手册参考:

BORDER Attribute | border参数属性

DHTML文档教程

Sets or retrieves the space between the frames, including the 3-D border.

dhtml语法

HTML<ELEMENT BORDER = vSpace... >
Scriptingobject.border [ = vSpace ]

DHTML可能的值

vSpaceVariant that specifies or receives the number of pixels to reserve as space between frames.

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

Remarks

This property applies either to the outer frameset element or to inner frameset elements. when you specify the border property of the outermost frameset element, the border properties of any inner frameset elements are ignored. when you do not specify the border property of the outermost frameset element, the border properties of inner frameset elements are not ignored.

setting a border to zero or omitting the attribute causes no border to be displayed. supplying the border attribute without a value defaults to a single border.

是否符合公共标准

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

Applies To

FRAMESET, IFRAME