IEGetAllText


 

IEGetAllText>IE_Instance,OutputType,Result

 

Retrieves all text or inner html from the specified IE web browser window. Iterates through all frames in the document to ensure that all text is extracted.

 

Set OutputType to 1 to retrieve only text, set to 2 to retrieve inner html.

 

IE_Reference must be an identifier value returned by IECreate, IEGetFromURL or IEWaitNew.

 

See also: IE Functions

 

Example

 

IEGetFromURL>www.mjtnet.com,IE_REF

IEGetAllText>IE_REF,1,allBodyText