
   
   marginWidth
   Gets/sets the width of the frame's margin in pixels.
   Syntax
 
  
  
    
sWidth = frameElement.marginWidth
 
frameElement.marginWidth = sWidth
 
 
 | 
  
 
   Parameters
  The sWidth string gives the width of the frame's margin in pixels.
   Example
 
  
  
    
f = document.getElementById("frame1");
 
f.marginWidth = 3;
 
 | 
  
 
   Notes
   None.
   Specification
   DOM Level 2 -- HTMLFrameElement
   
  
    
    Netscape Communications 
    http://developer.netscape.com 
     |