JavaScript Programmer’s Reference The distance is measured in (Msn web hosting)
JavaScript Programmer’s Reference The distance is measured in pixels and can range from zero (which is the default) to any reasonably sensible value. If a page is being created dynamically with document.write() methods, and a script error occurs, the margin is not appended. It appears to be added as a property of the body closure. This corresponds to the style.marginBottomproperty and the margin-bottom attribute that is defined in a style sheet. Warnings: . Even when this value is set to zero, the Macintosh version of MSIE has a noticeable margin at the bottom. See also: BODY.topMargin BODY.controlRange[] (Collection) A collection of all the elements within the document body. JScript 5.0 myBODY.controlRange Availability: Internet Explorer 5.0 JavaScript syntax: IE This collection is returned by the createControlRange() method. The items in this collection would all represent component elements within the page but would not include simple text items. See also: BODY.createControlRange() Property attributes: ReadOnly. BODY.createControlRange() (Method) A constructor function to create a new controlRange object. JScript 5.0 ControlRange object Availability: Internet Explorer 5.0 Property/method value type: JavaScript syntax: IE myElement.createControlRange() This method creates a collection of non-text elements. These are selectable items based on controls rather than text. If the controlRange(belonging to the BODY object) already exists, then it will be overwritten by the results of this method call. See also: BODY.controlRange[]