| Frame The frame object reflects the functionality of the Html FRAME element, which is invoked nested within the opening and closing FRAMESET tags. The frame object is used to set some display properties such as border width and color, as well as some properties that pertain to the window or frame being opened such as allowing resizing and margin properties. Note that there are no event handlers for this object. DOM Reference Internet Explorer window.document.all.frameNameThe properties of the Frame object are: borderColor className dataFld dataSrc document frameBorder height id isTextEdit lang language marginHeight marginWidth name noResize parentElement parentTextEdit sourceIndex scrolling src style tagName titleThe Methods of the Frame object are: contains() getAttribute() removeAttribute() setAttribute()The Collections and Arrays for the Frame object are: all [ ] children [ ] |