InfoConnect for Airlines VBA Guide
WebDocument Object Members

The following tables list the members exposed by WebDocument.

Properties
 NameDescription
Public PropertyActiveElementGets the Web element that has the focus.  
Public PropertyAllElementsGets all Web elements.  
Public PropertyBodyGets the body element.  
Public PropertyCookieGets or sets the cookie property.  
Public PropertyDefaultEncodingGets the default encoding.  
Public PropertyDomainGets or sets the string that describes the domain of this document for security purposes.  
Public PropertyEncodingGets or sets the character encoding for this document.  
Public PropertyFocusedGets a value indicating whether the document has user input focus.  
Public PropertyFormsGets a collection of all of the form elements in the document.  
Public PropertyImagesGets a collection of all of the image tags in the document.  
Public PropertyLinksGets a list of all of the hyperlinks within the current HTML document.  
Public PropertyTitleGets or sets the text value of the title tag in the current HTML document.  
Public PropertyUrlGets the URL of the current document.  
Top
Methods and Functions
 NameDescription
Public MethodExtractExtracts text delimited by pretext and posttext from an HTML text source.  
Public MethodGetElementGets the first Web element by an XPath path, relative to the current Web element.  
Public MethodGetElementByIdGets a Web element by ID.  
Public MethodGetElementFromPoint1Gets a Web element at the point.  
Public MethodGetElementFromPoint2Gets the Web element at the point.  
Public MethodGetElementsByTagNameGets a collection of elements with the specified HTML tag.  
Public MethodInvokeScript1Executes an Active Scripting function defined in an HTML page.  
Public MethodInvokeScript2Executes an Active Scripting function (with arguments) defined in an HTML page.  
Top
See Also