Sets or retrieves the space between the frames, including the 3-D border.
Syntax
HTML <FRAMESET BORDER = iSpace ... > Scripting frameset.border [ = iSpace ]
Possible Values
iSpace Integer that specifies the number of pixels to reserve as space between frames. The property is read/write with no default value.
Expressions can be used in place of the preceding value(s), as of Microsoft® Internet Explorer 5. For more information, see Dynamic Properties.
Remarks
The border can be set only on an outermost FRAMESET tag. Setting a border for an inner FRAMESET is ignored, even if a border is not defined on the outermost FRAMESET.
Applies To