IHTMLBodyElementIHTMLBodyElement*
*



Contents  *



Index  *Topic Contents
*Previous Topic: IHTMLBlockElement::put_clear
*Next Topic: IHTMLBodyElement::put_background

IHTMLBodyElement


This interface provides access to the BODY object. The methods that act on the IHTMLBodyElement allow you to control the behavior and characteristics of the BODY element.

This interface specifies the beginning and end of the document body.

Use the IHTMLDocument2::get_body method to retrieve a pointer to the IHTMLBodyElement interface for a document's BODY object.

The BODY element is a block element.

IHTMLBodyElement Methods
put_background   get_background   put_bgProperties  
get_bgProperties   put_leftMargin   get_leftMargin  
put_topMargin   get_topMargin   put_rightMargin  
get_rightMargin   put_bottomMargin   get_bottomMargin  
put_noWrap   get_noWrap   put_bgColor  
get_bgColor   put_text   get_text  
put_link   get_link   put_vLink  
get_vLink   put_aLink   get_aLink  
put_onload   get_onload   put_onunload  
get_onunload   put_scroll   get_scroll  
put_onselect   get_onselect   put_onbeforeunload  
get_onbeforeunload   createTextRange  


Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.