marginHeight Gets/sets the height of the frame's margin in pixels. Syntax sHeight = frameElement.marginHeight frameElement.marginHeight = sHeight Parameters The sHeight string gives the height of the frame's margin in pixels. Example f = document.getElementById("frame1"); f.marginHeight = 3; Notes None. Specification DOM Level 2 -- HTMLFrameElement
Gets/sets the height of the frame's margin in pixels.
sHeight = frameElement.marginHeight frameElement.marginHeight = sHeight
The sHeight string gives the height of the frame's margin in pixels.
f = document.getElementById("frame1"); f.marginHeight = 3;
None.
DOM Level 2 -- HTMLFrameElement