IEExtractTag
IEExtractTag>IE_Reference,Frame,Tagname,Index,All,Result
Extracts text from the specified tag.
IE_Reference: The web browser instance to extract from. IE_Reference must be an identifier value returned by IECreate, IEGetFromURL or IEWaitNew.
Frame: the name of the frame to extract from
Tagname: the html name of the tag to extract from (e.g. 'TD', 'BODY', 'A', 'P', 'TABLE', etc)
Index: the index of the tag with tagname to extract from.
All: if set to 1 extract all html, otherwise just innertext, or value for input fields.
See also: IE Functions
Example
IEExtractTag>IE[0],,TD,10,0,strTDContents
//Extracted text is in variable: strTDContents