Sets or retrieves the amount of additional space between the frames.
Syntax
HTML <ELEMENT FRAMESPACING = sPixels ... > Scripting object.frameSpacing [ = sPixels ]
Possible Values
sPixels String that specifies the spacing, in pixels. The property is read/write with a default value of 2 pixels.
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 amount of space defined for frameSpacing does not include the width of the frame border. Frame spacing can be set on one or more FRAMESET objects and applies to all contained FRAMESET objects, unless the contained object defines a different frame spacing.
Applies To
FRAMESET